Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | ADatasmithImportedSequencesActor |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportedSequencesActor.h |
| Include Path | #include "DatasmithImportedSequencesActor.h" |
Syntax
UCLASS (MinimalAPI)
class ADatasmithImportedSequencesActor : public AActor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → ADatasmithImportedSequencesActor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ADatasmithImportedSequencesActor
(
const FObjectInitializer& Init |
DatasmithImportedSequencesActor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImportedSequences | TArray< TObjectPtr< ULevelSequence > > | DatasmithImportedSequencesActor.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PlayLevelSequence
(
ULevelSequence* SequenceToPlay |
DatasmithImportedSequencesActor.h |
|