Navigation
API > API/Plugins > API/Plugins/Mover
Packaged params struct for initializing a corresponding FLayeredMoveInstancedData Allows BP to do "templated" move data creation. Optional in C++, where params can be forwarded to the FLayeredMoveInstancedData ctor directly The base class can also be used on any activation to just use default values
| Name | FLayeredMoveActivationParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMoveBase.h |
| Include Path | #include "LayeredMoveBase.h" |
Syntax
USTRUCT (Blueprintable)
struct FLayeredMoveActivationParams
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DurationMs | double | This move will expire after a set amount of time if > 0. | LayeredMoveBase.h |
|