![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneUnpackedChannelValues.h>
Public Member Functions | |
| void | Add (FUnpackedChannelValue &&InValue) |
| int32 | Num () const |
| const FUnpackedChannelValue & | operator[] (int32 Index) const |
| FUnpackedChannelValue | StealAtIndex (int32 Index) |
| TArrayView< FUnpackedChannelValue > | GetValues () |
An array-like container of type-erased values for a collection of FMovieSceneChannels This is used by track editors and property traits as a way of unpacking composite properties into their constituent channels and values.
|
inline |
Add another value to this collection.
|
inline |
Retrieve all channel values as a mutable array view
|
inline |
Return the total number of elements in this container
|
inline |
Retrieve the value at the specified index.
|
inline |
Remove and return the value at the specified index