Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FGizmoElementAccessor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetSubElementsRecursive
(
const UGizmoElementBase& InGizmoElement, |
BaseGizmos/GizmoUtil.h | ||
static bool GetSubElementsRecursive
(
const UGizmoElementBase& InGizmoElement, |
BaseGizmos/GizmoUtil.h |
GetSubElementsRecursive(const UGizmoElementBase &, TArray< TObjectPtr< UGizmoElementBase > > &)
| Name | GetSubElementsRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoUtil.h |
| Include Path | #include "BaseGizmos/GizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoUtil.cpp |
static void GetSubElementsRecursive
(
const UGizmoElementBase & InGizmoElement,
TArray < TObjectPtr < UGizmoElementBase > > & OutElements
)
GetSubElementsRecursive(const UGizmoElementBase &, TArray< TObjectPtr< UGizmoElementBase > > &, const uint32)
| Name | GetSubElementsRecursive |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoUtil.h |
| Include Path | #include "BaseGizmos/GizmoUtil.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoUtil.cpp |
static bool GetSubElementsRecursive
(
const UGizmoElementBase & InGizmoElement,
TArray < TObjectPtr < UGizmoElementBase > > & OutElements,
const uint32 InPartId
)