Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Simple group object intended to be used as part of 3D Gizmos. Contains multiple gizmo objects.
| Name | UGizmoElementGroup |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementGroup.h |
| Include Path | #include "BaseGizmos/GizmoElementGroup.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class UGizmoElementGroup : public UGizmoElementGroupBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGizmoElementBase → UGizmoElementLineBase → UGizmoElementGroupBase → UGizmoElementGroup
Derived Classes
Functions
Public
Overridden from UGizmoElementGroupBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Add
(
UGizmoElementBase* InElement |
Add object to group. | BaseGizmos/GizmoElementGroup.h | |
virtual void Remove
(
UGizmoElementBase* InElement |
Remove object from group, if it exists. | BaseGizmos/GizmoElementGroup.h |