Navigation
API > API/Plugins > API/Plugins/Mover
Developer settings for the Mover plugin
| Name | UMoverDeveloperSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverDeveloperSettings.h |
| Include Path | #include "MoverDeveloperSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=Engine, defaultconfig, Meta=(DisplayName="Mover Settings"))
class UMoverDeveloperSettings : public UDeveloperSettingsBackedByCVars
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UDeveloperSettingsBackedByCVars → UMoverDeveloperSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMoverDeveloperSettings() |
MoverDeveloperSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxTimesToRefundSubstep | int32 | 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 | MoverDeveloperSettings.h |
|