Navigation
API > API/Plugins > API/Plugins/EvaluationNotifiesRuntime
| Name | FAlignmentSteeringSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EvaluationNotifies/Source/Runtime/Public/EvaluationNotifies/AnimNotifyState_Alignment.h |
| Include Path | #include "EvaluationNotifies/AnimNotifyState_Alignment.h" |
Syntax
USTRUCT ()
struct FAlignmentSteeringSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngleThreshold | float | When the warped movement direction differs from the animated movement direction by more than this threshold, steering will be disabled. | EvaluationNotifies/AnimNotifyState_Alignment.h |
|
| bEnableSmoothing | bool | Enable smoothing of the steering target orientation, to avoid instant orientation changes. | EvaluationNotifies/AnimNotifyState_Alignment.h |
|
| SmoothDamping | float | Spring damping factor for smoothing. | EvaluationNotifies/AnimNotifyState_Alignment.h |
|
| SmoothStiffness | float | Sprint stiffness for smoothing. | EvaluationNotifies/AnimNotifyState_Alignment.h |
|