Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/ObjectBindingTagCache.h |
Include |
#include "ObjectBindingTagCache.h" |
class FObjectBindingTagCache
Owned by an FSequencer instance, this class tracks tags for object bindings, and maintains a reverse lookup map from binding to tag(s) along with other information for the tags such as color tints.
Name | Description | ||
---|---|---|---|
|
OnUpdatedEvent |
Public event that is broadcast when this cache changes in some way |
Name | Description | ||
---|---|---|---|
|
ConditionalUpdate ( |
Conditionally update this cache based on the state of the specified root sequence |
|
|
GetTagColor ( |
Retrieve a color for the specified tag name |
|
|
HasTag ( |
Check whether the specified binding ID has the specified tag |
|
|
IterateTags ( |
Iterate all the tags for the specified binding ID |
Name |
Description |
---|---|
FOnUpdated |
|
TagIterator |