![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CommonAnimTypes.h>
Public Member Functions | |
| FAxis (const FVector &InAxis=FVector::ForwardVector) | |
| FVector | GetTransformedAxis (const FTransform &ComponentSpaceTransform) const |
| void | Initialize () |
| bool | IsValid () const |
Public Attributes | |
| FVector | Axis |
| bool | bInLocalSpace |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FAxis &D) |
Axis to represent direction
|
inline |
|
inline |
return transformed axis based on ComponentSpaceTransform
|
inline |
Initialize the set up
|
inline |
return true if Valid data
| FVector FAxis::Axis |
| bool FAxis::bInLocalSpace |