Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/AGizmoActor
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoActor.h |
| Include | #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
)
Remarks
Add standard 3D box component to Actor. By default the box is axis-aligned, centered at the specified Origin