Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ENotifyTriggerMode::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendSpace.h |
| Include Path | #include "Animation/BlendSpace.h" |
Syntax
namespace ENotifyTriggerMode
{
enum Type
{
AllAnimations,
HighestWeightedAnimation,
None,
}
}
Values
| Name | Remarks |
|---|---|
| AllAnimations | |
| HighestWeightedAnimation | |
| None |