Real progress on radial menus
This commit is contained in:
@@ -18,9 +18,16 @@ struct FRadialMenuItem
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
UPROPERTY(BlueprintReadOnly)
|
||||
FVector2D Point1 = {0,0};
|
||||
|
||||
UPROPERTY(BlueprintReadOnly)
|
||||
FVector2D Point2 = {0,0};
|
||||
|
||||
UPROPERTY(BlueprintReadOnly)
|
||||
FVector2D Point3 = {0,0};
|
||||
|
||||
UPROPERTY(BlueprintReadOnly)
|
||||
bool RightSide = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user