Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Intermediate type for the vector property system that lets us store how many dimensions the vector should have
| Name | FFloatIntermediateVector |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksPropertyTypes.h |
| Include Path | #include "MovieSceneTracksPropertyTypes.h" |
Syntax
struct FFloatIntermediateVector
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MovieSceneTracksPropertyTypes.h | |||
FFloatIntermediateVector
(
double InX, |
MovieSceneTracksPropertyTypes.h | ||
FFloatIntermediateVector
(
double InX, |
MovieSceneTracksPropertyTypes.h | ||
FFloatIntermediateVector
(
double InX, |
MovieSceneTracksPropertyTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| W | double | MovieSceneTracksPropertyTypes.h | ||
| X | double | MovieSceneTracksPropertyTypes.h | ||
| Y | double | MovieSceneTracksPropertyTypes.h | ||
| Z | double | MovieSceneTracksPropertyTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2d AsVector2d() |
MovieSceneTracksPropertyTypes.h | ||
FVector2f AsVector2f() |
MovieSceneTracksPropertyTypes.h | ||
FVector3d AsVector3d() |
MovieSceneTracksPropertyTypes.h | ||
FVector3f AsVector3f() |
MovieSceneTracksPropertyTypes.h | ||
FVector4d AsVector4d() |
MovieSceneTracksPropertyTypes.h | ||
FVector4f AsVector4f() |
MovieSceneTracksPropertyTypes.h |