Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceBindingReference.h |
Include |
#include "LevelSequenceBindingReference.h" |
struct FLevelSequenceBindingReference
An external reference to an level sequence object, resolvable through an arbitrary context.
Bindings consist of an optional package name, and the path to the object within that package. Where package name is empty, the reference is a relative path from a specific outer (the context). Currently, the package name should only ever be empty for component references, which must remain relative bindings to work correctly with spawnables and reinstanced actors.
Name | Description | |
---|---|---|
|
FLevelSequenceBindingReference() |
Default construction only used for serialization |
|
FLevelSequenceBindingReference |
Construct a new binding reference from an object, and a given context (expected to be either a UWorld, or an AActor) |
Name | Description | ||
---|---|---|---|
|
operator== ( |
Check whether this binding reference is equal to the specified object |