Navigation
API > API/Plugins > API/Plugins/DatasmithContent
Inheritance Hierarchy
- AActor
- ADatasmithImportedSequencesActor
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportedSequencesActor.h |
| Include | #include "DatasmithImportedSequencesActor.h" |
Syntax
UCLASS ()
class ADatasmithImportedSequencesActor : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< ULevelSequence > > | ImportedSequences |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ADatasmithImportedSequencesActor
(
const FObjectInitializer& Init |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PlayLevelSequence
(
ULevelSequence* SequenceToPlay |