Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementGroupBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetPartIdentifier
(
uint32 InPartId |
Sets the part identifier for this element and all of its children whose current ID is 0/Default. | BaseGizmos/GizmoElementGroup.h | |
virtual void SetPartIdentifier
(
uint32 InPartId, |
Sets the part identifier for this element and all of its children whose current ID is 0/Default. | BaseGizmos/GizmoElementGroup.h |
SetPartIdentifier(uint32)
Description
Sets the part identifier for this element and all of its children whose current ID is 0/Default.
| Name | SetPartIdentifier |
| 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/GizmoElementBase.cpp |
virtual void SetPartIdentifier
(
uint32 InPartId
)
SetPartIdentifier(uint32, const bool, const bool)
Description
Sets the part identifier for this element and all of its children whose current ID is 0/Default.
| Name | SetPartIdentifier |
| 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 void SetPartIdentifier
(
uint32 InPartId,
const bool bInOverrideUnsetChildren,
const bool bInOverrideSet
)