Navigation
API > API/Plugins > API/Plugins/AnimationModifierLibrary
Detection method used for placing a notify / marker in the track
| Name | EDetectionTechnique |
| Type | enum |
| Header File | /Engine/Plugins/Animation/AnimationModifierLibrary/Source/AnimationModifierLibrary/Public/FootstepAnimEventsModifier.h |
| Include Path | #include "FootstepAnimEventsModifier.h" |
Syntax
enum EDetectionTechnique
{
PassThroughReferenceBone,
FootBoneReachesGround,
FootBoneSpeed,
}
Values
| Name | Remarks |
|---|---|
| PassThroughReferenceBone | Create anim event when foot bone passes through a given reference bone. |
| FootBoneReachesGround | Create anim event when foot bone reaches the ground level within a given threshold. |
| FootBoneSpeed | Create anim event when foot bone translation speed is below a given threshold and nearly zero. |