Navigation
API > API/Plugins > API/Plugins/LevelSequenceEditor > API/Plugins/LevelSequenceEditor/FLevelSequenceEditorSpawnRegiste-
| Name | FTrackedObjectState |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Public/Misc/LevelSequenceEditorSpawnRegister.h |
| Include Path | #include "Misc/LevelSequenceEditorSpawnRegister.h" |
Syntax
struct FTrackedObjectState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTrackedObjectState
(
FMovieSceneSequenceIDRef InTemplateID, |
Misc/LevelSequenceEditorSpawnRegister.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasBeenModified | bool | True if this object has been modified since it was spawned and is different from the current object template | Misc/LevelSequenceEditorSpawnRegister.h | |
| BindingIndex | int32 | The index of the binding being tracked | Misc/LevelSequenceEditorSpawnRegister.h | |
| ObjectBindingID | FGuid | The object binding ID of the object in the template | Misc/LevelSequenceEditorSpawnRegister.h | |
| TemplateID | FMovieSceneSequenceID | The sequence ID that spawned this object | Misc/LevelSequenceEditorSpawnRegister.h |