Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Proxy structure for vector4f section key data.
| Name | FMovieSceneVector4fKeyStruct |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h |
| Include Path | #include "Sections/MovieSceneVectorSection.h" |
Syntax
USTRUCT ()
struct FMovieSceneVector4fKeyStruct : public FMovieSceneFloatVectorKeyStructBase
Inheritance Hierarchy
- FMovieSceneKeyStruct → FMovieSceneFloatVectorKeyStructBase → FMovieSceneVector4fKeyStruct
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Vector | FVector4f | They key's vector value. | Sections/MovieSceneVectorSection.h |
|
Functions
Public
Overridden from FMovieSceneFloatVectorKeyStructBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float * GetPropertyChannelByIndex
(
int32 Index |
Gets a ptr value of a channel by index, 0-3 = x-w | Sections/MovieSceneVectorSection.h |