Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/BoneControllers
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/BoneControllerTypes.h |
| Include | #include "BoneControllers/BoneControllerTypes.h" |
Syntax
struct FWarpingVectorValue
Remarks
Vector values which may be specified in a configured space.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EWarpingVectorMode | Mode | Space of the corresponding Vector value. | |
| FVector | Value | Specifies a vector relative to the space defined by Mode. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | AsComponentSpaceDirection
(
const FAnimInstanceProxy* AnimInstanceProxy, |
Retrieves a normalized Component-space direction from the specified DirectionMode and Direction value. |