Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- FMovieSceneKeyStruct
- FMovieSceneFloatVectorKeyStructBase
- FMovieSceneVector2fKeyStruct
- FMovieSceneVector3fKeyStruct
- FMovieSceneVector4fKeyStruct
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h |
| Include | #include "Sections/MovieSceneVectorSection.h" |
Syntax
USTRUCT ()
struct FMovieSceneFloatVectorKeyStructBase : public FMovieSceneKeyStruct
Remarks
Base Proxy structure for float vector section key data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneKeyStructHelper | KeyStructInterop | ||
| FFrameNumber | Time | The key's time. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float * | GetPropertyChannelByIndex
(
int32 Index |
Gets a ptr value of a channel by index, 0-3 = x-w | |
| void | PropagateChanges
(
const FPropertyChangedEvent& ChangeEvent |