Navigation
Unreal Engine C++ API Reference > Runtime > AnimationCore
References
Module | AnimationCore |
Header | /Engine/Source/Runtime/AnimationCore/Public/CommonAnimTypes.h |
Include | #include "CommonAnimTypes.h" |
Syntax
USTRUCT ()
struct FAxis
Remarks
Axis to represent direction
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FVector | Axis | |
![]() ![]() ![]() |
bool | bInLocalSpace |
Constructors
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FVector | GetTransformedAxis
(
const FTransform& ComponentSpaceTransform |
Return transformed axis based on ComponentSpaceTransform |
![]() |
void | Initialize () |
Initialize the set up |
![]() ![]() |
bool | IsValid () |
Return true if Valid data |