Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorTRSGizmo > API/Editor/EditorInteractiveToolsFramework/UEditorTRSGizmo/FGizmoElementInt-
A set of parts.
| Name | FPartSet |
| Type | struct |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTRSGizmo.h |
| Include Path | #include "EditorGizmos/EditorTRSGizmo.h" |
Syntax
struct FPartSet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPartSet
(
const std::initializer_list< ETransformGizmoPartIdentifier > InParts |
EditorGizmos/EditorTRSGizmo.h | ||
FPartSet
(
const FPartRange& InRange |
EditorGizmos/EditorTRSGizmo.h |
Structs
| Name | Remarks |
|---|---|
| FPartRange |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PartRange | TOptional< FPartRange > | If specified, the given part range is iterated, excluding the "Exclude" value (if not none). | EditorGizmos/EditorTRSGizmo.h | |
| Parts | TArray< ETransformGizmoPartIdentifier > | EditorGizmos/EditorTRSGizmo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachPart
(
const TFunctionRef< void(const ETransformGizmoPartIdentifier)>& InFunc |
EditorGizmos/EditorTRSGizmo.h |