Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintableTurnGenerator
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include | #include "MoveLibrary/ModularMovement.h" |
Syntax
UCLASS (Blueprintable, EditInlineNew, Abstract)
class UBlueprintableTurnGenerator :
public UObject ,
public ITurnGeneratorInterface
Remarks
Base class for blueprint-implemented turn generators. This is necessary due to the lack of support for specifying EditInlineNew on a BP class, so it has to inherit the flag from a native parent.