Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/AGizmoActor
Description
Add standard 3D box component to Actor. By default the box is axis-aligned, centered at the specified Origin
| Name | AddDefaultBoxComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoActor.h |
| Include Path | #include "BaseGizmos/GizmoActor.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoActor.cpp |
static UGizmoBoxComponent * AddDefaultBoxComponent
(
UWorld * World,
AActor * Actor,
UGizmoViewContext * GizmoViewContext,
const FLinearColor & Color,
const FVector & Origin,
const FVector & Dimensions
)