Class SkeletalMeshEditorSettings
Implements the settings for the skeletal mesh editor.
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.UnrealEd
Assembly: UE4DotNet.dll
Syntax
public class SkeletalMeshEditorSettings : UObject
Properties
| Improve this Doc View SourceAnimPreviewDirectionalColor
Anim Preview Directional Color
Declaration
public Color AnimPreviewDirectionalColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
AnimPreviewFloorColor
Anim Preview Floor Color
Declaration
public Color AnimPreviewFloorColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
AnimPreviewLightBrightness
Anim Preview Light Brightness
Declaration
public float AnimPreviewLightBrightness { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
AnimPreviewLightingDirection
Anim Preview Lighting Direction
Declaration
public Rotator AnimPreviewLightingDirection { get; set; }
Property Value
Type | Description |
---|---|
Rotator |
AnimPreviewSkyBrightness
Anim Preview Sky Brightness
Declaration
public float AnimPreviewSkyBrightness { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
AnimPreviewSkyColor
Anim Preview Sky Color
Declaration
public Color AnimPreviewSkyColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static SkeletalMeshEditorSettings DefaultObject { get; }
Property Value
Type | Description |
---|---|
SkeletalMeshEditorSettings |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static SkeletalMeshEditorSettings New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
SkeletalMeshEditorSettings |
Operators
| Improve this Doc View SourceImplicit(IntPtr to SkeletalMeshEditorSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator SkeletalMeshEditorSettings(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
SkeletalMeshEditorSettings |