Navigation
API > API/Plugins > API/Plugins/EvaluationNotifiesRuntime
| Name | EAlignmentUpdateMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/EvaluationNotifies/Source/Runtime/Public/EvaluationNotifies/AnimNotifyState_Alignment.h |
| Include Path | #include "EvaluationNotifies/AnimNotifyState_Alignment.h" |
Syntax
enum EAlignmentUpdateMode
{
World,
Relative,
}
Values
| Name | Remarks |
|---|---|
| World | Each frame, apply root motion to get to the expected part of the alignment path in wold space |
| Relative | Each frame, apply the root motion from the alignment path relative to the previous frame |