Navigation
API > API/Plugins > API/Plugins/Mover
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UDeveloperSettingsBackedByCVars
- UMoverDeveloperSettings
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverDeveloperSettings.h |
| Include | #include "MoverDeveloperSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Mover Settings"))
class UMoverDeveloperSettings : public UDeveloperSettingsBackedByCVars
Remarks
Developer settings for the Mover plugin
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MaxTimesToRefundSubstep | This specifies the number of times a movement mode can refund all of the time in a substep before we back out to avoid freezing the game/editor |
Constructors
| Type | Name | Description | |
|---|---|---|---|