Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformGizmoUtil.h |
| Include | #include "BaseGizmos/TransformGizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/TransformGizmoUtil.cpp |
namespace UE
{
namespace TransformGizmoUtil
{
bool UE&58;&58;TransformGizmoUtil&58;&58;RegisterTransformGizmoContextObject
&40;
UInteractiveToolsContext &42; ToolsContext
&41;
}
}
Remarks
The functions below are helper functions that simplify usage of a UCombinedTransformGizmoContextObject that is registered as a ContextStoreObject in an InteractiveToolsContext If one does not already exist, create a new instance of UCombinedTransformGizmoContextObject and add it to the ToolsContext's ContextObjectStore true if the ContextObjectStore now has a UCombinedTransformGizmoContextObject (whether it already existed, or was created)