Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/UDatasmithActorTemplate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Helper function to get the typed Actor from either a component or an actor | ObjectTemplates/DatasmithActorTemplate.h | ||
| ObjectTemplates/DatasmithActorTemplate.h |
GetActor(UObject *)
Description
Helper function to get the typed Actor from either a component or an actor
| Name | GetActor |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithActorTemplate.h |
| Include Path | #include "ObjectTemplates/DatasmithActorTemplate.h" |
template<typename T>
static T * GetActor
(
UObject * Object
)
GetActor(const UObject *)
| Name | GetActor |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithActorTemplate.h |
| Include Path | #include "ObjectTemplates/DatasmithActorTemplate.h" |
template<typename T>
static const T * GetActor
(
const UObject * Object
)