Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/ObjectTemplates
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectTemplate
- UDatasmithAreaLightActorTemplate
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithAreaLightActorTemplate.h |
| Include | #include "ObjectTemplates/DatasmithAreaLightActorTemplate.h" |
Syntax
UCLASS&40;&41;
class UDatasmithAreaLightActorTemplate : public UDatasmithObjectTemplate
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AttenuationRadius | ||
| bool | bUseIESBrightness | ||
| FLinearColor | Color | ||
| FVector2D | Dimensions | ||
| float | IESBrightnessScale | ||
| TSoftObjectPtr< class UTextureLightProfile > | IESTexture | ||
| float | Intensity | ||
| ELightUnits | IntensityUnits | ||
| EDatasmithAreaLightActorShape | LightShape | ||
| EDatasmithAreaLightActorType | LightType | ||
| FRotator | Rotation | ||
| float | SourceLength | ||
| float | SourceRadius | ||
| 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 |