UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRadialBoxSettings Struct Reference

#include <RadialBoxSettings.h>

Public Member Functions

 FRadialBoxSettings ()
 

Public Attributes

float StartingAngle
 
bool bDistributeItemsEvenly
 
bool bClockwiseOrder
 
float AngleBetweenItems
 
float SectorCentralAngle
 

Constructor & Destructor Documentation

◆ FRadialBoxSettings()

FRadialBoxSettings::FRadialBoxSettings ( )
inline

Member Data Documentation

◆ AngleBetweenItems

float FRadialBoxSettings::AngleBetweenItems

◆ bClockwiseOrder

bool FRadialBoxSettings::bClockwiseOrder

◆ bDistributeItemsEvenly

bool FRadialBoxSettings::bDistributeItemsEvenly

◆ SectorCentralAngle

float FRadialBoxSettings::SectorCentralAngle

If we need a section of a radial (for example half-a-radial) we can define a central angle < 360 (180 in case of half-a-radial). Used when bDistributeItemsEvenly is enabled.

◆ StartingAngle

float FRadialBoxSettings::StartingAngle

The documentation for this struct was generated from the following file: