Navigation
API > API/Plugins > API/Plugins/Mover
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.
| Name | UBlueprintableTurnGenerator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/ModularMovement.h |
| Include Path | #include "MoveLibrary/ModularMovement.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable, EditInlineNew, Abstract)
class UBlueprintableTurnGenerator :
public UObject ,
public ITurnGeneratorInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintableTurnGenerator