Navigation
API > API/Runtime > API/Runtime/LevelSequence > API/Runtime/LevelSequence/FLevelSequenceObject > API/Runtime/LevelSequence/FLevelSequenceObject/__ctor
References
| Module | LevelSequence |
| Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObject.h |
| Include | #include "LevelSequenceObject.h" |
FLevelSequenceObject
&40;
UObject &42; InOwner,
FString InComponentName
&41;
Remarks
Creates and initializes a new instance from an object component.
Parameters
| Name | Description |
|---|---|
| InOwner | The object that owns the component. |
| InComponentName | The component to be bound. |