Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Debug Draw a radio button on the XY axis.
| Name | FRigUnit_DrawDebugRadioButton |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Debug Radio Button"))
struct FRigUnit_DrawDebugRadioButton : public FRigUnit_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit_DrawDebugLibraryBase → FRigUnit_DrawDebugRadioButton
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDepthTest | bool | If to use depth testing while drawing. | RigUnit_DrawDebugLibrary.h |
|
| bSelected | bool | If the radio button is selected marked. | RigUnit_DrawDebugLibrary.h |
|
| Drawer | FDebugDrawer | Debug Drawer. | RigUnit_DrawDebugLibrary.h |
|
| InnerButtonRatio | float | Ratio of the inner button compared to the outer circle. | RigUnit_DrawDebugLibrary.h |
|
| LineStyle | FDrawDebugLineStyle | Line Style. | RigUnit_DrawDebugLibrary.h |
|
| Location | FVector | Draw Location. | RigUnit_DrawDebugLibrary.h |
|
| Radius | float | Radius of the radio button. | RigUnit_DrawDebugLibrary.h |
|
| Rotation | FRotator | Draw Rotation. | RigUnit_DrawDebugLibrary.h |
|
| Segments | int32 | Number of segments. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |