UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTransformNoScale Struct Reference

#include <TransformNoScale.h>

Public Member Functions

 FTransformNoScale ()
 
 FTransformNoScale (const FVector &InLocation, const FQuat &InRotation)
 
 FTransformNoScale (const FTransform &InTransform)
 
FTransformNoScaleoperator= (const FTransform &InTransform)
 
 operator FTransform () const
 
FTransform ToFTransform () const
 
void FromFTransform (const FTransform &InTransform)
 

Public Attributes

FVector Location
 
FQuat Rotation
 

Static Public Attributes

static ANIMATIONCORE_API const FTransformNoScale Identity
 

Constructor & Destructor Documentation

◆ FTransformNoScale() [1/3]

FTransformNoScale::FTransformNoScale ( )
inline

◆ FTransformNoScale() [2/3]

FTransformNoScale::FTransformNoScale ( const FVector InLocation,
const FQuat InRotation 
)
inline

◆ FTransformNoScale() [3/3]

FTransformNoScale::FTransformNoScale ( const FTransform InTransform)
inline

Member Function Documentation

◆ FromFTransform()

void FTransformNoScale::FromFTransform ( const FTransform InTransform)
inline

Convert from an FTransform

◆ operator FTransform()

FTransformNoScale::operator FTransform ( ) const
inline

◆ operator=()

FTransformNoScale & FTransformNoScale::operator= ( const FTransform InTransform)
inline

◆ ToFTransform()

FTransform FTransformNoScale::ToFTransform ( ) const
inline

Convert to an FTransform

Member Data Documentation

◆ Identity

const FTransformNoScale FTransformNoScale::Identity
static

The identity transformation (Rotation = FRotator::ZeroRotator, Translation = FVector::ZeroVector, Scale = (1,1,1)).

◆ Location

FVector FTransformNoScale::Location

The translation of this transform

◆ Rotation

FQuat FTransformNoScale::Rotation

The rotation of this transform


The documentation for this struct was generated from the following files: