Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneEventSectionData
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneEventSection.h |
| Include | #include "Sections/MovieSceneEventSection.h" |
Syntax
USTRUCT ()
struct FMovieSceneEventSectionData : public FMovieSceneChannel
Remarks
A curve of events
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ChangeFrameResolution
(
FFrameRate SourceRate, |
||
| void | ClearDefault () |
||
| TRange< FFrameNumber > | |||
| void | DeleteKeys
(
TArrayView< const FKeyHandle > InHandles |
||
| void | DeleteKeysFrom
(
FFrameNumber InTime, |
||
| void | DuplicateKeys
(
TArrayView< const FKeyHandle > InHandles, |
||
| TMovieSceneChannelData< const FEventPayload > | GetData () |
Access a constant interface for this channel's data | |
| TMovieSceneChannelData< FEventPayload > | GetData () |
Access a mutable interface for this channel's data | |
| FKeyHandle | GetHandle
(
int32 Index |
||
| int32 | GetIndex
(
FKeyHandle Handle |
||
| void | GetKeys
(
const TRange< FFrameNumber >& WithinRange, |
||
| void | GetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
||
| TArrayView< const FFrameNumber > | GetKeyTimes () |
||
| TArrayView< const FEventPayload > | GetKeyValues () |
||
| int32 | GetNumKeys () |
||
| void | Offset
(
FFrameNumber DeltaPosition |
||
| void | Optimize
(
const FKeyDataOptimizationParams& InParameters |
||
| void | PostSerialize
(
const FArchive& Ar |
Called after this section data has been serialized to upgrade old data | |
| void | Reset () |
||
| void | SetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |