Navigation
API > API/Plugins > API/Plugins/Mover
Results from a movement mode transition evaluation
| |
|
| Name |
FTransitionEvalResult |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/Mover/Source/Mover/Public/MovementModeTransition.h |
| Include Path |
#include "MovementModeTransition.h" |
Syntax
USTRUCT (BlueprintType )
struct FTransitionEvalResult
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
MovementModeTransition.h |
|
|
|
MovementModeTransition.h |
|
Constants
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NextMode |
FName |
Mode name that should be transitioned to. NAME_None indicates no transition. |
MovementModeTransition.h |
- BlueprintReadWrite
- Category=Mover
|
Functions
Public