Class ViewportInteractionAssetContainer
Asset container for viewport interaction.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.ViewportInteraction
Assembly: UE4DotNet.dll
Syntax
public class ViewportInteractionAssetContainer : DataAsset
Properties
| Improve this Doc View SourceActorSnapSound
Actor Snap Sound
Declaration
public SoundBase ActorSnapSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
CurrentRotationIndicatorMesh
Current Rotation Indicator Mesh
Declaration
public StaticMesh CurrentRotationIndicatorMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ViewportInteractionAssetContainer DefaultObject { get; }
Property Value
Type | Description |
---|---|
ViewportInteractionAssetContainer |
FreeRotationHandleMesh
Free Rotation Handle Mesh
Declaration
public StaticMesh FreeRotationHandleMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
GizmoHandleDropSound
Gizmo Handle Drop Sound
Declaration
public SoundBase GizmoHandleDropSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
GizmoHandleSelectedSound
Sound
Declaration
public SoundBase GizmoHandleSelectedSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
GridMaterial
Materials
Declaration
public MaterialInterface GridMaterial { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |
GridMesh
Meshes
Declaration
public StaticMesh GridMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
GridSnapSound
Grid Snap Sound
Declaration
public SoundBase GridSnapSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
PlaneTranslationHandleMesh
Plane Translation Handle Mesh
Declaration
public StaticMesh PlaneTranslationHandleMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
RedoSound
Redo Sound
Declaration
public SoundBase RedoSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
RotationHandleMesh
Rotation Handle Mesh
Declaration
public StaticMesh RotationHandleMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
RotationHandleSelectedMesh
Rotation Handle Selected Mesh
Declaration
public StaticMesh RotationHandleSelectedMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
ScaleHandleMesh
Scale Handle Mesh
Declaration
public StaticMesh ScaleHandleMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
SelectionChangeSound
Selection Change Sound
Declaration
public SoundBase SelectionChangeSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
SelectionDropSound
Selection Drop Sound
Declaration
public SoundBase SelectionDropSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
SelectionStartDragSound
Selection Start Drag Sound
Declaration
public SoundBase SelectionStartDragSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
StartRotationIndicatorMesh
Start Rotation Indicator Mesh
Declaration
public StaticMesh StartRotationIndicatorMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TransformGizmoMaterial
Transform Gizmo Material
Declaration
public MaterialInterface TransformGizmoMaterial { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |
TranslationHandleMesh
Translation Handle Mesh
Declaration
public StaticMesh TranslationHandleMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
TranslucentTransformGizmoMaterial
Translucent Transform Gizmo Material
Declaration
public MaterialInterface TranslucentTransformGizmoMaterial { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |
UndoSound
Undo Sound
Declaration
public SoundBase UndoSound { get; set; }
Property Value
Type | Description |
---|---|
SoundBase |
UniformScaleHandleMesh
Uniform Scale Handle Mesh
Declaration
public StaticMesh UniformScaleHandleMesh { get; set; }
Property Value
Type | Description |
---|---|
StaticMesh |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static ViewportInteractionAssetContainer New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ViewportInteractionAssetContainer |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ViewportInteractionAssetContainer)
Convert from IntPtr to UObject
Declaration
public static implicit operator ViewportInteractionAssetContainer(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ViewportInteractionAssetContainer |