Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Highlevel > API/Plugins/ControlRig/Units/Highlevel/Hierarchy
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Highlevel/Hierarchy/RigUnit_SphericalPoseReader.h |
| Include | #include "Units/Highlevel/Hierarchy/RigUnit_SphericalPoseReader.h" |
Syntax
USTRUCT ()
struct FSphericalPoseReaderDebugSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDraw2D | ||
| bool | bDrawDebug | ||
| bool | bDrawLocalAxes | ||
| float | DebugScale | ||
| int | DebugSegments | ||
| float | DebugThickness |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | CalcSphericalCoordinates
(
const float SpinAngleRadians, |
||
| void | DrawDebug
(
const FTransform WorldOffset, |
||
| void | DrawManifold
(
TArray< FVector >& SphericalPoints, |
||
| float | SignedAngleBetweenNormals
(
const FVector& From, |
||
| FVector | SphericalCoordinatesToNormal
(
FVector Point2D |