Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | UDatasmithDecalComponentTemplate |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithDecalComponentTemplate.h |
| Include Path | #include "ObjectTemplates/DatasmithDecalComponentTemplate.h" |
Syntax
UCLASS (MinimalAPI)
class UDatasmithDecalComponentTemplate : public UDatasmithObjectTemplate
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDatasmithObjectTemplate → UDatasmithDecalComponentTemplate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDatasmithDecalComponentTemplate() |
ObjectTemplates/DatasmithDecalComponentTemplate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DecalSize | FVector | ObjectTemplates/DatasmithDecalComponentTemplate.h | ||
| Material | TObjectPtr< class UMaterialInterface > | ObjectTemplates/DatasmithDecalComponentTemplate.h | ||
| SortOrder | int32 | ObjectTemplates/DatasmithDecalComponentTemplate.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/DatasmithDecalComponentTemplate.h | |
virtual void Load
(
const UObject* Source |
Fills this template properties with the values from the Source object. | ObjectTemplates/DatasmithDecalComponentTemplate.h | |
| Updates the Destination object with the values stored in the object template | ObjectTemplates/DatasmithDecalComponentTemplate.h |