FMovieSceneVector2DKeyStruct

Proxy structure for 2D vector section key data.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneVectorSection.h

Include

#include "Sections/MovieSceneVectorSection.h"

Syntax

struct FMovieSceneVector2DKeyStruct : public FMovieSceneVectorKeyStructBase

Remarks

Proxy structure for 2D vector section key data.

Variables

Name Description

Public variable

FVector2D

 

Vector

They key's vector value.

Overridden from FMovieSceneVectorKeyStructBase

Name Description

Public function Virtual

float *

 

GetPropertyChannelByIndex

(
    int32 Index
)

Gets a ptr value of a channel by index, 0-3 = x-w

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss