Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Computes a contact event attribute
| Name | UAnimDatabaseFrameAttributeFunction_ContactEvent |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameAttribute.h |
| Include Path | #include "AnimDatabaseFrameAttribute.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Contact Event Frame Attribute"))
class UAnimDatabaseFrameAttributeFunction_ContactEvent : public UAnimDatabaseFrameAttributeFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameAttributeFunction → UAnimDatabaseFrameAttributeFunction_ContactEvent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFilterCurve | bool | If to filter the curve | AnimDatabaseFrameAttribute.h |
|
| BoneName | FName | Name of the bone to compute the contact state for | AnimDatabaseFrameAttribute.h |
|
| EventFilter | TObjectPtr< UAnimDatabaseFrameRangesFunction > | If provided, will be used to filter the contact events | AnimDatabaseFrameAttribute.h |
|
| EventOffset | float | The amount of time before the contact (in seconds) to have the event | AnimDatabaseFrameAttribute.h |
|
| HeightThreshold | float | Maximum height (in cm) for which the bone can be considered in contact | AnimDatabaseFrameAttribute.h |
|
| MajorityVoteFilterWidth | int32 | Filter width (in frames) for the majority vote filter used to remove very short contact transitions. | AnimDatabaseFrameAttribute.h |
|
| VelocityThreshold | float | Maximum velocity (in cm/s) for which the bone can be considered in contact | AnimDatabaseFrameAttribute.h |
|