Final form of radial menus
This commit is contained in:
@@ -139,6 +139,9 @@ public:
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void AddPointer(FVector2D Direction, float Scale);
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void SetPointer(FVector2D Direction, float Scale);
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
FVector2D GetPointer() const { return PointerVector; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user