![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneTracksPropertyTypes.h>
Public Member Functions | |
| FFloatIntermediateVector () | |
| FFloatIntermediateVector (double InX, double InY) | |
| FFloatIntermediateVector (double InX, double InY, double InZ) | |
| FFloatIntermediateVector (double InX, double InY, double InZ, double InW) | |
| FVector2f | AsVector2f () const |
| FVector2d | AsVector2d () const |
| FVector3f | AsVector3f () const |
| FVector3d | AsVector3d () const |
| FVector4f | AsVector4f () const |
| FVector4d | AsVector4d () const |
Public Attributes | |
| double | X |
| double | Y |
| double | Z |
| double | W |
Intermediate type for the vector property system that lets us store how many dimensions the vector should have
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| double UE::MovieScene::FFloatIntermediateVector::W |
| double UE::MovieScene::FFloatIntermediateVector::X |
| double UE::MovieScene::FFloatIntermediateVector::Y |
| double UE::MovieScene::FFloatIntermediateVector::Z |