Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Debug Draw class for drawing root orientation
| Name | UAnimDatabaseDebugDraw_RootOrientation |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabase.h |
| Include Path | #include "AnimDatabase.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Root Orientation Debug Draw"))
class UAnimDatabaseDebugDraw_RootOrientation : public UAnimDatabaseDebugDraw
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseDebugDraw → UAnimDatabaseDebugDraw_RootOrientation
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FloorOffset | float | Vertical Offset from Floor | AnimDatabase.h |
|
| ForwardVector | FVector | Local root forward direction | AnimDatabase.h |
|
| Radius | float | Widget Radius | AnimDatabase.h |
|