Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Intermediate type used for applying partially animated transforms. Saves us from repteatedly recomposing quaternions from euler angles
| Name | FIntermediate3DTransform |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/MovieSceneTracksPropertyTypes.h |
| Include Path | #include "MovieSceneTracksPropertyTypes.h" |
Syntax
struct FIntermediate3DTransform
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MovieSceneTracksPropertyTypes.h | |||
FIntermediate3DTransform
(
const FVector& InLocation, |
MovieSceneTracksPropertyTypes.h | ||
FIntermediate3DTransform
(
double InT_X, |
MovieSceneTracksPropertyTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| R_X | double | MovieSceneTracksPropertyTypes.h | ||
| R_Y | double | MovieSceneTracksPropertyTypes.h | ||
| R_Z | double | MovieSceneTracksPropertyTypes.h | ||
| S_X | double | MovieSceneTracksPropertyTypes.h | ||
| S_Y | double | MovieSceneTracksPropertyTypes.h | ||
| S_Z | double | MovieSceneTracksPropertyTypes.h | ||
| T_X | double | When LWC is enabled, translations are manipulated as doubles. | MovieSceneTracksPropertyTypes.h | |
| T_Y | double | MovieSceneTracksPropertyTypes.h | ||
| T_Z | double | MovieSceneTracksPropertyTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyTo
(
USceneComponent* SceneComponent |
MovieSceneTracksPropertyTypes.h | ||
FEulerTransform AsEuler() |
MovieSceneTracksPropertyTypes.h | ||
FRotator GetRotation() |
MovieSceneTracksPropertyTypes.h | ||
FVector GetScale() |
MovieSceneTracksPropertyTypes.h | ||
FVector GetTranslation() |
MovieSceneTracksPropertyTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ApplyTransformTo
(
USceneComponent* SceneComponent, |
MovieSceneTracksPropertyTypes.h | ||
static void ApplyTranslationAndRotationTo
(
USceneComponent* SceneComponent, |
MovieSceneTracksPropertyTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double operator[]
(
int32 Index |
MovieSceneTracksPropertyTypes.h |