Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithActorImporter
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithActorImporter.h |
| Include | #include "DatasmithActorImporter.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/DatasmithActorImporter.cpp |
static void SetupActorProperties
(
AActor * ImportedActor,
const TSharedRef < IDatasmithActorElement > & ActorElement,
FDatasmithImportContext & ImportContext
)
Remarks
Handle Actor common properties (Layers, Tags)
Parameters
| Name | Description |
|---|---|
| ImportedActor | The actual actor being imported |
| ActorElement | The Datasmith element containing the data for the component |
| ImportContext | The context in which we're importing |