FTransformParameterNameAndValue

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

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

Include

#include "Sections/MovieSceneParameterSection.h"

Syntax

struct FTransformParameterNameAndValue

Variables

Name Description

Public variable

FName

 

ParameterName

The name of the transform parameter.

Public variable

FRotator

 

Rotation

Rotation component

Public variable

FVector

 

Scale

Scale component

Public variable

FVector

 

Translation

Translation component

Constructors

Name Description

Public function

FTransformParameterNameAndValue

(
    FName InParameterName,
    const FVector& InTranslation,
    const FRotator& InRotation,
    const FVector& InScale
)

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