Navigation
API > API/Plugins > API/Plugins/Mover
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Persistent Data Settings"))
struct FMoverDataPersistence
Remarks
Info about data collection types that should always be present, and how they should propagate from one frame to the next
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCopyFromPriorFrame | If true, values will be copied from the prior frame. Otherwise, they will be default-initialized. | |
| TObjectPtr< UScriptStruct > | RequiredType | The type that should propagate between frames. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoverDataPersistence
(
UScriptStruct* TypeToPersist, |