Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/ObjectTemplates
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectTemplate
- UDatasmithActorTemplate
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithActorTemplate.h |
| Include | #include "ObjectTemplates/DatasmithActorTemplate.h" |
Syntax
UCLASS&40;&41;
class UDatasmithActorTemplate : public UDatasmithObjectTemplate
Remarks
Hold template informations common to all AActors.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FName > | Layers | Layers this actor belongs to. | |
| TSet< FName > | Tags | Tags on this actor. (see AActor::Tags) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | Helper function to get the typed Actor from either a component or an actor | ||
| const T * |
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 |