UnrealImGui/Source/ImGui/Private/Utilities
Brandon Grimshaw 47473c3eeb
Fix deprecation warnings in IsBindable (#45)
Merging PR #45: Fix deprecation warnings in IsBindable.
Replaced FKey::IsFloatAxis and FKey::IsVectorAxis calls with the corresponding FKey::IsAxis[1|2|3]D method calls.
Background: FKey::IsFloatAxis and FKey::IsVectorAxis are marked as deprecated as of UE4.26, replaced with FKey::IsAxis[1|2|3]D methods.
2021-03-04 12:27:29 -05:00
..
Arrays.h Added input support: 2017-04-22 16:38:04 +01:00
DebugExecBindings.cpp Fix deprecation warnings in IsBindable (#45) 2021-03-04 12:27:29 -05:00
DebugExecBindings.h Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
Range.h Added input support: 2017-04-22 16:38:04 +01:00
RedirectingHandle.h Improved hot-reload stability and support for reloading after recompiling outside of the editor: 2020-07-31 10:24:53 +01:00
WorldContext.cpp Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
WorldContext.h Enforced IWYU-style PCH model: 2020-06-25 10:52:46 +01:00
WorldContextIndex.h Changed context index mapping to fix issues with multi-PIE debugging in 4.25. 2020-09-15 20:48:35 +01:00