Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | UDatasmithAreaLightActorTemplate |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithAreaLightActorTemplate.h |
| Include Path | #include "ObjectTemplates/DatasmithAreaLightActorTemplate.h" |
Syntax
UCLASS (MinimalAPI)
class UDatasmithAreaLightActorTemplate : public UDatasmithObjectTemplate
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDatasmithObjectTemplate → UDatasmithAreaLightActorTemplate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDatasmithAreaLightActorTemplate() |
ObjectTemplates/DatasmithAreaLightActorTemplate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttenuationRadius | float | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| bUseIESBrightness | bool | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| Color | FLinearColor | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| Dimensions | FVector2D | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| IESBrightnessScale | float | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| IESTexture | TSoftObjectPtr< class UTextureLightProfile > | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| Intensity | float | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| IntensityUnits | ELightUnits | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| LightShape | EDatasmithAreaLightActorShape | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| LightType | EDatasmithAreaLightActorType | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| Rotation | FRotator | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| SourceLength | float | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| SourceRadius | float | ObjectTemplates/DatasmithAreaLightActorTemplate.h | ||
| Temperature | float | ObjectTemplates/DatasmithAreaLightActorTemplate.h |
Functions
Public
Overridden from UDatasmithObjectTemplate
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Equals
(
const UDatasmithObjectTemplate* Other |
Returns if this template equals another template of the same type. | ObjectTemplates/DatasmithAreaLightActorTemplate.h | |
virtual void Load
(
const UObject* Source |
Fills this template properties with the values from the Source object. | ObjectTemplates/DatasmithAreaLightActorTemplate.h | |
| Updates the Destination object with the values stored in the object template | ObjectTemplates/DatasmithAreaLightActorTemplate.h |