Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UGizmoElementBase * FindPartElement
(
const uint32 InPartId |
Returns the element associated with the specified part id, or nullptr if not found. | BaseGizmos/GizmoElementBase.h | |
virtual const UGizmoElementBase * FindPartElement
(
const uint32 InPartId |
Returns the element associated with the specified part id, or nullptr if not found. | BaseGizmos/GizmoElementBase.h |
FindPartElement(const uint32)
Description
Returns the element associated with the specified part id, or nullptr if not found.
| Name | FindPartElement |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual UGizmoElementBase * FindPartElement
(
const uint32 InPartId
)
FindPartElement(const uint32)
Description
Returns the element associated with the specified part id, or nullptr if not found.
| Name | FindPartElement |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual const UGizmoElementBase * FindPartElement
(
const uint32 InPartId
) const