Navigation
API > API/Plugins > API/Plugins/Chooser
| |
|
| Name |
UDEPRECATED_ChooserColumnFloatRange |
| Type |
class |
| Header File |
/Engine/Plugins/Chooser/Source/Chooser/Public/FloatRangeColumn.h |
| Include Path |
#include "FloatRangeColumn.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup="LiveLink", Deprecated)
class UDEPRECATED_ChooserColumnFloatRange :
public UObject,
public IChooserColumn
Inheritance Hierarchy
Implements Interfaces
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InputValue |
TScriptInterface< IChooserParameterFloat > |
|
FloatRangeColumn.h |
- EditAnywhere
- Category="Input"
|
| RowValues |
TArray< FChooserFloatRangeRowData > |
Array of results (cells for this column for each row in the table) should match the length of the Results array |
FloatRangeColumn.h |
- EditAnywhere
- Category=Runtime
|
Functions
Public
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void ConvertToInstancedStruct
(
FInstancedStruct& OutInstancedStruct
) const
|
|
FloatRangeColumn.h |
|