Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UBaseMovementMode
Syntax
UPROPERTY (EditDefaultsOnly, Category=Mover,
Meta=(MustImplement="/Script/Mover.MovementSettingsInterface"))
TArray < TSubclassOf < UObject > > SharedSettingsClasses
Remarks
Settings object type that this mode depends on. May be shared with other movement modes. When the mode is added to a Mover Component, it will create a shared instance of this settings class.