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
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ImportedSequences |
TArray< TObjectPtr< ULevelSequence > > |
|
DatasmithImportedSequencesActor.h |
- EditAnywhere
- BlueprintReadWrite
- Category="ImportedSequences"
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void PlayLevelSequence
(
ULevelSequence* SequenceToPlay
)
|
|
DatasmithImportedSequencesActor.h |
- BlueprintCallable
- Category="ImportedSequences"
|