Navigation
API > API/Plugins > API/Plugins/MassNavigation
| Name | FMassSmoothOrientationParameters |
| Type | struct |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassNavigation/Public/SmoothOrientation/MassSmoothOrientationFragments.h |
| Include Path | #include "SmoothOrientation/MassSmoothOrientationFragments.h" |
Syntax
USTRUCT ()
struct FMassSmoothOrientationParameters : public FMassConstSharedFragment
Inheritance Hierarchy
- FMassConstSharedFragment → FMassSmoothOrientationParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndOfPathDuration | float | The time it takes the orientation to catchup to the requested orientation. | SmoothOrientation/MassSmoothOrientationFragments.h |
|
| Moving | FMassSmoothOrientationWeights | Orientation blending weights while moving. | SmoothOrientation/MassSmoothOrientationFragments.h |
|
| OrientationSmoothingTime | float | The time it takes the orientation to catchup to the requested orientation. | SmoothOrientation/MassSmoothOrientationFragments.h |
|
| Standing | FMassSmoothOrientationWeights | Orientation blending weights while standing. | SmoothOrientation/MassSmoothOrientationFragments.h |
|