FIntermediateVector

Intermediate type for the vector property system that lets us store how many dimensions the vector should have

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksPropertyTypes.h

Include

#include "MovieSceneTracksPropertyTypes.h"

Syntax

struct FIntermediateVector

Remarks

Intermediate type for the vector property system that lets us store how many dimensions the vector should have

Variables

Name Description

Public variable

float

 

W

Public variable

float

 

X

Public variable

float

 

Y

Public variable

float

 

Z

Constructors

Name Description

Public function

FIntermediateVector()

Public function

FIntermediateVector

(
    float InX,
    float InY
)

Public function

FIntermediateVector

(
    float InX,
    float InY,
    float InZ
)

Public function

FIntermediateVector

(
    float InX,
    float InY,
    float InZ,
    float InW
)

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