Show / Hide Table of Contents

Class ViewportInteractionAssetContainer

Asset container for viewport interaction.

Inheritance
System.Object
UObject
DataAsset
ViewportInteractionAssetContainer
Inherited Members
DataAsset.NativeClass
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
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 Source

ActorSnapSound

Actor Snap Sound

Declaration
public SoundBase ActorSnapSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

CurrentRotationIndicatorMesh

Current Rotation Indicator Mesh

Declaration
public StaticMesh CurrentRotationIndicatorMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static ViewportInteractionAssetContainer DefaultObject { get; }
Property Value
Type Description
ViewportInteractionAssetContainer
| Improve this Doc View Source

FreeRotationHandleMesh

Free Rotation Handle Mesh

Declaration
public StaticMesh FreeRotationHandleMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

GizmoHandleDropSound

Gizmo Handle Drop Sound

Declaration
public SoundBase GizmoHandleDropSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

GizmoHandleSelectedSound

Sound

Declaration
public SoundBase GizmoHandleSelectedSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

GridMaterial

Materials

Declaration
public MaterialInterface GridMaterial { get; set; }
Property Value
Type Description
MaterialInterface
| Improve this Doc View Source

GridMesh

Meshes

Declaration
public StaticMesh GridMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

GridSnapSound

Grid Snap Sound

Declaration
public SoundBase GridSnapSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

PlaneTranslationHandleMesh

Plane Translation Handle Mesh

Declaration
public StaticMesh PlaneTranslationHandleMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

RedoSound

Redo Sound

Declaration
public SoundBase RedoSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

RotationHandleMesh

Rotation Handle Mesh

Declaration
public StaticMesh RotationHandleMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

RotationHandleSelectedMesh

Rotation Handle Selected Mesh

Declaration
public StaticMesh RotationHandleSelectedMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

ScaleHandleMesh

Scale Handle Mesh

Declaration
public StaticMesh ScaleHandleMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

SelectionChangeSound

Selection Change Sound

Declaration
public SoundBase SelectionChangeSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

SelectionDropSound

Selection Drop Sound

Declaration
public SoundBase SelectionDropSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

SelectionStartDragSound

Selection Start Drag Sound

Declaration
public SoundBase SelectionStartDragSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

StartRotationIndicatorMesh

Start Rotation Indicator Mesh

Declaration
public StaticMesh StartRotationIndicatorMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

TransformGizmoMaterial

Transform Gizmo Material

Declaration
public MaterialInterface TransformGizmoMaterial { get; set; }
Property Value
Type Description
MaterialInterface
| Improve this Doc View Source

TranslationHandleMesh

Translation Handle Mesh

Declaration
public StaticMesh TranslationHandleMesh { get; set; }
Property Value
Type Description
StaticMesh
| Improve this Doc View Source

TranslucentTransformGizmoMaterial

Translucent Transform Gizmo Material

Declaration
public MaterialInterface TranslucentTransformGizmoMaterial { get; set; }
Property Value
Type Description
MaterialInterface
| Improve this Doc View Source

UndoSound

Undo Sound

Declaration
public SoundBase UndoSound { get; set; }
Property Value
Type Description
SoundBase
| Improve this Doc View Source

UniformScaleHandleMesh

Uniform Scale Handle Mesh

Declaration
public StaticMesh UniformScaleHandleMesh { get; set; }
Property Value
Type Description
StaticMesh

Methods

| Improve this Doc View Source

New(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 Source

Implicit(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX