Navigation
API > API/Plugins > API/Plugins/Chooser
| |
|
| Name |
FChooserFloatRangeRowData |
| Type |
struct |
| Header File |
/Engine/Plugins/Chooser/Source/Chooser/Public/FloatRangeColumn.h |
| Include Path |
#include "FloatRangeColumn.h" |
Syntax
USTRUCT ()
struct FChooserFloatRangeRowData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bNoMax |
bool |
Infinite maximum range. |
FloatRangeColumn.h |
- EditAnywhere
- Category=Runtime
|
| bNoMin |
bool |
Infinite minimum range. |
FloatRangeColumn.h |
- EditAnywhere
- Category=Runtime
|
| Max |
float |
|
FloatRangeColumn.h |
- EditAnywhere
- Meta=(DisplayAfter="bNoMax", EditCondition="bNoMax==false")
- Category=Runtime
|
| Min |
float |
|
FloatRangeColumn.h |
- EditAnywhere
- Meta=(DisplayAfter="bNoMin", EditCondition="bNoMin==false")
- Category=Runtime
|