Navigation
API > API/Editor > API/Editor/ViewportInteraction
Asset container for viewport interaction.
| Name | UViewportInteractionAssetContainer |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportInteractionAssetContainer.h |
| Include Path | #include "ViewportInteractionAssetContainer.h" |
Syntax
UCLASS ()
class UViewportInteractionAssetContainer : public UDataAsset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataAsset → UViewportInteractionAssetContainer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorSnapSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| CurrentRotationIndicatorMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| FreeRotationHandleMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| GizmoHandleDropSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| GizmoHandleSelectedSound | TObjectPtr< USoundBase > | Sound | ViewportInteractionAssetContainer.h |
|
| GridMaterial | TObjectPtr< UMaterialInterface > | Materials | ViewportInteractionAssetContainer.h |
|
| GridMesh | TObjectPtr< UStaticMesh > | Meshes | ViewportInteractionAssetContainer.h |
|
| GridSnapSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| PlaneTranslationHandleMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| RedoSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| RotationHandleMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| RotationHandleSelectedMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| ScaleHandleMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| SelectionChangeSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| SelectionDropSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| SelectionStartDragSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| StartRotationIndicatorMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| TransformGizmoMaterial | TObjectPtr< UMaterialInterface > | ViewportInteractionAssetContainer.h |
|
|
| TranslationHandleMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|
|
| TranslucentTransformGizmoMaterial | TObjectPtr< UMaterialInterface > | ViewportInteractionAssetContainer.h |
|
|
| UndoSound | TObjectPtr< USoundBase > | ViewportInteractionAssetContainer.h |
|
|
| UniformScaleHandleMesh | TObjectPtr< UStaticMesh > | ViewportInteractionAssetContainer.h |
|