Class DatasmithLightComponentTemplate
Datasmith Light Component Template
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.DatasmithContent
Assembly: UE4DotNet.dll
Syntax
public class DatasmithLightComponentTemplate : DatasmithObjectTemplate
Properties
| Improve this Doc View SourcebUseIESBrightness
Declaration
public bool bUseIESBrightness { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bUseTemperature
Declaration
public bool bUseTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
bVisible
Declaration
public bool bVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CastShadows
Declaration
public bool CastShadows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static DatasmithLightComponentTemplate DefaultObject { get; }
Property Value
Type | Description |
---|---|
DatasmithLightComponentTemplate |
IESBrightnessScale
IESBrightness Scale
Declaration
public float IESBrightnessScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IESTexture
IESTexture
Declaration
public TextureLightProfile IESTexture { get; set; }
Property Value
Type | Description |
---|---|
TextureLightProfile |
Intensity
Intensity
Declaration
public float Intensity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
LightColor
Light Color
Declaration
public LinearColor LightColor { get; set; }
Property Value
Type | Description |
---|---|
LinearColor |
LightFunctionMaterial
Light Function Material
Declaration
public MaterialInterface LightFunctionMaterial { get; set; }
Property Value
Type | Description |
---|---|
MaterialInterface |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Temperature
Temperature
Declaration
public float Temperature { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static DatasmithLightComponentTemplate New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
DatasmithLightComponentTemplate |
Operators
| Improve this Doc View SourceImplicit(IntPtr to DatasmithLightComponentTemplate)
Convert from IntPtr to UObject
Declaration
public static implicit operator DatasmithLightComponentTemplate(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
DatasmithLightComponentTemplate |