FDatasmithActorImporter::SetupActorProperties

Handle Actor common properties (Layers, Tags)

Windows
MacOS
Linux

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

Syntax

static void SetupActorProperties
(
    AActor * ImportedActor,
    const TSharedRef< IDatasmithActorElement > & ActorElement,
    FDatasmithImportContext & ImportContext
)

Remarks

Handle Actor common properties (Layers, Tags)

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss