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