Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Function to remove foot ground penetration
| Name | UAnimDatabaseFunction_RemoveFootGroundPenetration |
| 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="Remove Foot Ground Penetration Function"))
class UAnimDatabaseFunction_RemoveFootGroundPenetration : public UAnimDatabaseFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFunction → UAnimDatabaseFunction_RemoveFootGroundPenetration
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LeftKneeSideVector | FVector | Side Vector of the Left Knee | AnimDatabase.h |
|
| LeftToeBone | FName | Name of the left toe bone | AnimDatabase.h |
|
| LeftToeForwardVector | FVector | Forward Vector of the Left Toe | AnimDatabase.h |
|
| PelvisHeightAdjustment | float | Adjustment to apply to the pelvis height | AnimDatabase.h |
|
| RightKneeSideVector | FVector | Side Vector of the Right Knee | AnimDatabase.h |
|
| RightToeBone | FName | Name of the right toe bone | AnimDatabase.h |
|
| RightToeForwardVector | FVector | Forward Vector of the Right Toe | AnimDatabase.h |
|
| ToeBoneLength | float | Length of the toe joint | AnimDatabase.h |
|