Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementGroupBase
Description
Update group and contained elements' interaction state for elements in specified gizmo parts, return true if part was found. Setting bAllowMultipleElements to true will allow multiple elements with the same Part Id to be updated.
Virtual Inheritance
- UGizmoElementBase::UpdatePartInteractionState → UGizmoElementGroupBase::UpdatePartInteractionState
| Name | UpdatePartInteractionState |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementGroup.h |
| Include Path | #include "BaseGizmos/GizmoElementGroup.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementGroup.cpp |
virtual bool UpdatePartInteractionState
(
EGizmoElementInteractionState InInteractionState,
uint32 InPartIdentifier,
bool bInAllowMultipleElements
)