This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e425c856daa00a2165927fbb0a67e2fb6371614c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
InteractiveToolsFramework
/
Private
History
semion piskarev
ac4f19093a
InteractiveToolsFramework: Fix uninitialized variable complaint from CIS.
...
#jira UE-223984 [CL 36216906 by semion piskarev in 5.5 branch]
2024-09-11 20:37:10 -04:00
..
BaseBehaviors
InteractiveToolsFramework: Add support for a new check function for determining if a hover component to a behavior can begin, similar to the modifer check function that currently exists for mouse click style behaviors.
2024-09-10 15:38:19 -04:00
BaseGizmos
InteractiveToolsFramework: Fix uninitialized variable complaint from CIS.
2024-09-11 20:37:10 -04:00
BaseTools
…
Changes
…
SceneQueries
…
ToolTargets
…
ComponentSourceInterfaces.cpp
…
ContextObjectStore.cpp
…
InputBehavior.cpp
…
InputBehaviorSet.cpp
…
InputRouter.cpp
…
InputState.cpp
…
InteractionMechanic.cpp
…
InteractiveGizmo.cpp
…
InteractiveGizmoManager.cpp
…
InteractiveTool.cpp
…
InteractiveToolActionSet.cpp
…
InteractiveToolBuilder.cpp
…
InteractiveToolManager.cpp
InteractiveToolsFramework: Allow setting how tool manager switches between tools. Allow tools to customize their preferred shutdown method when switching between tools using an interface.
2024-07-17 15:28:06 -04:00
InteractiveToolsContext.cpp
…
InteractiveToolsFramework.cpp
…
MultiSelectionTool.cpp
…
SelectionSet.cpp
…
ToolBuilderUtil.cpp
…
ToolContextInterfaces.cpp
…
ToolDataVisualizer.cpp
Fixed linker errors on some console platform when building modular builds. Fixes involves moving ctor/dtor and friends from header to cpp and dll import/export
2024-08-21 13:44:16 -04:00
ToolTargetManager.cpp
…