Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Debug Draw class for drawing contact curves
| Name | UAnimDatabaseDebugDraw_ContactCurves |
| 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="Contact Curves Debug Draw"))
class UAnimDatabaseDebugDraw_ContactCurves : public UAnimDatabaseDebugDraw
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseDebugDraw → UAnimDatabaseDebugDraw_ContactCurves
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContactCircleRadius | float | Radius for the circle to display to show contacts | AnimDatabase.h |
|
| LeftContactCurveName | FName | Name of the left contact curve | AnimDatabase.h |
|
| LeftToeBoneName | FName | Name of the left toe bone | AnimDatabase.h |
|
| RightContactCurveName | FName | Name of the right contact curve | AnimDatabase.h |
|
| RightToeBoneName | FName | Name of the right toe bone | AnimDatabase.h |
|