Navigation
API > API/Runtime > API/Runtime/LevelSequence > API/Runtime/LevelSequence/ULevelSequence
Description
Assign a new director blueprint to this level sequence. The specified blueprint must be contained within this object.?
| Name | SetDirectorBlueprint |
| Type | function |
| Header File | /Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
| Include Path | #include "LevelSequence.h" |
| Source | /Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp |
void SetDirectorBlueprint
(
UBlueprint * NewDirectorBlueprint
)