Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneChannelData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const FFrameNumber > GetTimes () |
Read-only access to this channel's key times. | Channels/MovieSceneChannelData.h | |
TArrayView< FFrameNumber > GetTimes () |
Mutable access to this channel's key times. | Channels/MovieSceneChannelData.h |
GetTimes()
Description
Read-only access to this channel's key times.
| Name | GetTimes |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include Path | #include "Channels/MovieSceneChannelData.h" |
TArrayView < const FFrameNumber > GetTimes() const
GetTimes()
Description
- Mutable access to this channel's key times.
-
Warning: any usage must keep times sorted. Any reordering of times will not be reflected in the values array.
| Name | GetTimes |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include Path | #include "Channels/MovieSceneChannelData.h" |
TArrayView < FFrameNumber > GetTimes()