Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Debug Draw class for working out correct contact thresholds
| Name | UAnimDatabaseDebugDraw_ContactThresholds |
| 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 Thresholds Debug Draw"))
class UAnimDatabaseDebugDraw_ContactThresholds : public UAnimDatabaseDebugDraw
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseDebugDraw → UAnimDatabaseDebugDraw_ContactThresholds
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContactCircleRadius | float | Radius for the circle to display to show contacts | AnimDatabase.h |
|
| ContactCircleThickness | float | Thickness of the circle to display to show contacts | AnimDatabase.h |
|
| GraphFrameNum | int32 | Number of frames to plot in the graphs | AnimDatabase.h |
|
| GraphHeight | float | Graph Scale in Pixels | AnimDatabase.h |
|
| GraphMaxHeight | float | Maximum Height to display on graph | AnimDatabase.h |
|
| GraphMaxVelocity | float | Maximum Velocity to display on graph | AnimDatabase.h |
|
| GraphWidth | float | Graph Scale in Pixels | AnimDatabase.h |
|
| HeightThreshold | float | Height Threshold for contacts | AnimDatabase.h |
|
| LeftToeBoneName | FName | Name of the left toe bone | AnimDatabase.h |
|
| RightToeBoneName | FName | Name of the right toe bone | AnimDatabase.h |
|
| VelocityLineScale | float | Scale of the line drawn to show the velocity | AnimDatabase.h |
|
| VelocityLineThickness | float | Thickness of the line drawn to show the velocity | AnimDatabase.h |
|
| VelocityThreshold | float | Velocity Threshold for contacts | AnimDatabase.h |
|