Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementGroupBase
Description
Update group and contained elements' visibility 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::UpdatePartVisibleState → UGizmoElementGroupBase::UpdatePartVisibleState
| Name | UpdatePartVisibleState |
| 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 UpdatePartVisibleState
(
bool bVisible,
uint32 InPartIdentifier,
bool bInAllowMultipleElements
)