Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieScene/Public/MovieSceneObjectBindingID.h |
Include |
#include "MovieSceneObjectBindingID.h" |
struct FFixedObjectBindingID
A binding ID that is only resolveable through a fixed root sequence. Use of this type should be reserved for editor code dealing with a specific sequence hierarchy where hashing or comparison is required. The SequenceID member is always an absolute sequence ID
Name | Description | ||
---|---|---|---|
|
Guid |
GUID of the Object Binding (ie, FMovieSceneBinding::GetObjectGuid) |
|
|
SequenceID |
The sequence ID that the object binding is found within |
Name | Description | |
---|---|---|
|
FFixedObjectBindingID() |
|
|
FFixedObjectBindingID ( |
Name | Description | ||
---|---|---|---|
|
FRelativeObj... |
ConvertToRelative ( |
Convert this fixed binding ID to one that is resolved relative to the specified Sequence. |
|
FRelativeObj... |
ConvertToRelative ( |
Convert this fixed binding ID to one that is resolved relative to the specified Sequence. |