Class VREditorAssetContainer
Asset container for VREditor.
Inheritance
System.Object
VREditorAssetContainer
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)
Assembly: UE4DotNet.dll
Syntax
public class VREditorAssetContainer : DataAsset
Properties
|
Improve this Doc
View Source
AutoScaleSound
Declaration
public SoundBase AutoScaleSound { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SoundCue ButtonPressSound { get; set; }
Property Value
|
Improve this Doc
View Source
CylinderMesh
Declaration
public StaticMesh CylinderMesh { get; set; }
Property Value
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static VREditorAssetContainer DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
DockableWindowCloseSound
Declaration
public SoundBase DockableWindowCloseSound { get; set; }
Property Value
|
Improve this Doc
View Source
DockableWindowDragSound
Dockable Window Drag Sound
Declaration
public SoundBase DockableWindowDragSound { get; set; }
Property Value
|
Improve this Doc
View Source
DockableWindowDropSound
Dockable Window Drop Sound
Declaration
public SoundBase DockableWindowDropSound { get; set; }
Property Value
|
Improve this Doc
View Source
DockableWindowOpenSound
Dockable Window Open Sound
Declaration
public SoundBase DockableWindowOpenSound { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public StaticMesh DockingButtonMesh { get; set; }
Property Value
|
Improve this Doc
View Source
DropFromContentBrowserSound
Drop from Content Browser Sound
Declaration
public SoundBase DropFromContentBrowserSound { get; set; }
Property Value
|
Improve this Doc
View Source
GenericControllerMesh
Declaration
public StaticMesh GenericControllerMesh { get; set; }
Property Value
|
Improve this Doc
View Source
GenericHMDMesh
Declaration
public StaticMesh GenericHMDMesh { get; set; }
Property Value
|
Improve this Doc
View Source
GridMaterial
Declaration
public MaterialInterface GridMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
JointSphereMesh
Declaration
public StaticMesh JointSphereMesh { get; set; }
Property Value
|
Improve this Doc
View Source
LaserPointerEndMesh
Declaration
public StaticMesh LaserPointerEndMesh { get; set; }
Property Value
|
Improve this Doc
View Source
LaserPointerHoverMesh
Declaration
public StaticMesh LaserPointerHoverMesh { get; set; }
Property Value
|
Improve this Doc
View Source
LaserPointerMaterial
Declaration
public MaterialInterface LaserPointerMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
LaserPointerMesh
Declaration
public StaticMesh LaserPointerMesh { get; set; }
Property Value
|
Improve this Doc
View Source
LaserPointerStartMesh
Declaration
public StaticMesh LaserPointerStartMesh { get; set; }
Property Value
|
Improve this Doc
View Source
LaserPointerTranslucentMaterial
Laser Pointer Translucent Material
Declaration
public MaterialInterface LaserPointerTranslucentMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
LineMaterial
Declaration
public Material LineMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
LineSegmentCylinderMesh
Line Segment Cylinder Mesh
Declaration
public StaticMesh LineSegmentCylinderMesh { get; set; }
Property Value
|
Improve this Doc
View Source
OculusControllerMaterial
Oculus Controller Material
Declaration
public MaterialInterface OculusControllerMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
OculusControllerMesh
Declaration
public StaticMesh OculusControllerMesh { get; set; }
Property Value
|
Improve this Doc
View Source
PlaneMesh
Declaration
public StaticMesh PlaneMesh { get; set; }
Property Value
|
Improve this Doc
View Source
PointerCursorMesh
Declaration
public StaticMesh PointerCursorMesh { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SoundBase RadialMenuCloseSound { get; set; }
Property Value
|
Improve this Doc
View Source
RadialMenuMainMesh
Declaration
public StaticMesh RadialMenuMainMesh { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SoundBase RadialMenuOpenSound { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public StaticMesh RadialMenuPointerMesh { get; set; }
Property Value
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
TeleportMaterial
Declaration
public MaterialInterface TeleportMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
TeleportRootMesh
Declaration
public StaticMesh TeleportRootMesh { get; set; }
Property Value
|
Improve this Doc
View Source
TeleportSound
Declaration
public SoundBase TeleportSound { get; set; }
Property Value
|
Improve this Doc
View Source
TextFont
Declaration
public Font TextFont { get; set; }
Property Value
|
Improve this Doc
View Source
TextMaterial
Declaration
public MaterialInterface TextMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
TranslucentTextMaterial
Translucent Text Material
Declaration
public MaterialInterface TranslucentTextMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
VivePreControllerMaterial
Vive Pre Controller Material
Declaration
public MaterialInterface VivePreControllerMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
VivePreControllerMesh
Declaration
public StaticMesh VivePreControllerMesh { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public StaticMesh WindowCloseButtonMesh { get; set; }
Property Value
|
Improve this Doc
View Source
WindowMaterial
Declaration
public MaterialInterface WindowMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
WindowMesh
Declaration
public StaticMesh WindowMesh { get; set; }
Property Value
|
Improve this Doc
View Source
WindowSelectionBarMesh
Window Selection Bar Mesh
Declaration
public StaticMesh WindowSelectionBarMesh { get; set; }
Property Value
|
Improve this Doc
View Source
WindowTranslucentMaterial
Window Translucent Material
Declaration
public MaterialInterface WindowTranslucentMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
WorldMovementPostProcessMaterial
World Movement Post Process Material
Declaration
public Material WorldMovementPostProcessMaterial { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static VREditorAssetContainer New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to VREditorAssetContainer)
Convert from IntPtr to UObject
Declaration
public static implicit operator VREditorAssetContainer(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns