Navigation
API > API/Runtime > API/Runtime/LevelSequence
References
| Module | LevelSequence |
| Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequenceLegacyObjectReference.h |
| Include | #include "LevelSequenceLegacyObjectReference.h" |
Syntax
USTRUCT ()
struct FLevelSequenceLegacyObjectReference
Remarks
Legacy method by which objects were referenced within a level sequence. No longer used. See FLevelSequenceBindingReference for up-to-date implementation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUniqueObjectGuid | ObjectId | Primary method of resolution - object ID, stored as an annotation on the object in the world, resolvable through TLazyObjectPtr | |
| FString | ObjectPath | Secondary method of resolution - path to the object within the context |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | Resolve
(
UObject* InContext |
Resolve this reference within the specified context |