7#include "RadialBoxSettings.generated.h"
15 UPROPERTY(EditAnywhere, Category =
"Items", meta = (ClampMin = 0, ClampMax = 360))
19 UPROPERTY(EditAnywhere, Category = "Items")
20 bool bDistributeItemsEvenly;
23 UPROPERTY(EditAnywhere, Category = "Items")
27 UPROPERTY(EditAnywhere, Category = "Items", meta = (EditCondition = "!bDistributeItemsEvenly", ClampMin = 0, ClampMax = 360))
28 float AngleBetweenItems;
31 UPROPERTY(EditAnywhere, Category = "Items", meta = (EditCondition = "bDistributeItemsEvenly", ClampMin = 0, ClampMax = 360))
32 float SectorCentralAngle;
36 , bDistributeItemsEvenly(
true)
37 , bClockwiseOrder(
false)
38 , AngleBetweenItems(0.f)
39 , SectorCentralAngle(360.f)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
return true
Definition ExternalRpcRegistry.cpp:601
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
@ false
Definition radaudio_common.h:23
Definition RadialBoxSettings.h:11