Navigation
API > API/Runtime > API/Runtime/AnimationCore
References
| Module | AnimationCore |
| Header | /Engine/Source/Runtime/AnimationCore/Public/CommonAnimTypes.h |
| Include | #include "CommonAnimTypes.h" |
Syntax
struct FAxis
Remarks
Axis to represent direction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Axis | ||
| bool | bInLocalSpace |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAxis
(
const FVector& InAxis |
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 |