Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/ObjectTemplates
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectTemplate
- UDatasmithLightComponentTemplate
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithLightComponentTemplate.h |
| Include | #include "ObjectTemplates/DatasmithLightComponentTemplate.h" |
Syntax
UCLASS&40;&41;
class UDatasmithLightComponentTemplate : public UDatasmithObjectTemplate
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bUseIESBrightness | ||
| uint32: 1 | bUseTemperature | ||
| uint8: 1 | bVisible | ||
| uint32: 1 | CastShadows | ||
| float | IESBrightnessScale | ||
| TObjectPtr< class UTextureLightProfile > | IESTexture | ||
| float | Intensity | ||
| FLinearColor | LightColor | ||
| TObjectPtr< class UMaterialInterface > | LightFunctionMaterial | ||
| float | Temperature |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UDatasmithObjectTemplate
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const UDatasmithObjectTemplate* Other |
Returns if this template equals another template of the same type. | |
| void | Fills this template properties with the values from the Source object. | ||
| UObject * | UpdateObject
(
UObject* Destination, |
Updates the Destination object with the values stored in the object template |