Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachSubElementRecursive
(
const TFunctionRef< void(UGizmoElementBase*)>& InFunc |
Iterate over each element (sub-element) in the element tree, excluding the element itself. | BaseGizmos/GizmoElementBase.h | |
void ForEachSubElementRecursive
(
const TFunctionRef< void(UGizmoElementBase*)>& InFunc, |
Iterate over each sub-element with the given Part Id in the element tree, excluding the element itself. | BaseGizmos/GizmoElementBase.h |
ForEachSubElementRecursive(const TFunctionRef< void(UGizmoElementBase *)> &)
Description
Iterate over each element (sub-element) in the element tree, excluding the element itself.
| Name | ForEachSubElementRecursive |
| 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 |
void ForEachSubElementRecursive
(
const TFunctionRef < void *)> & InFunc
) const
ForEachSubElementRecursive(const TFunctionRef< void(UGizmoElementBase *)> &, const uint32)
Description
Iterate over each sub-element with the given Part Id in the element tree, excluding the element itself.
| Name | ForEachSubElementRecursive |
| 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 |
void ForEachSubElementRecursive
(
const TFunctionRef < void *)> & InFunc,
const uint32 InPartId
) const