Navigation
API > API/Runtime > API/Runtime/AnimationCore
| Name | FTransformNoScale |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimationCore/Public/TransformNoScale.h |
| Include Path | #include "TransformNoScale.h" |
Syntax
USTRUCT (BlueprintType )
struct FTransformNoScale
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TransformNoScale.h | |||
FTransformNoScale
(
const FTransform& InTransform |
TransformNoScale.h | ||
FTransformNoScale
(
const FVector& InLocation, |
TransformNoScale.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Identity | const FTransformNoScale | The identity transformation (Rotation = FRotator::ZeroRotator, Translation = FVector::ZeroVector, Scale = (1,1,1)). | TransformNoScale.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Location | FVector | The translation of this transform | TransformNoScale.h |
|
| Rotation | FQuat | The rotation of this transform | TransformNoScale.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FromFTransform
(
const FTransform& InTransform |
Convert from an FTransform | TransformNoScale.h | |
FTransform ToFTransform() |
Convert to an FTransform | TransformNoScale.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator FTransform() |
TransformNoScale.h | ||
FTransformNoScale & operator=
(
const FTransform& InTransform |
TransformNoScale.h |