Navigation
API > API/Plugins > API/Plugins/Chooser
| |
|
| Name |
FChooserObjectRowData |
| Type |
struct |
| Header File |
/Engine/Plugins/Chooser/Source/Chooser/Public/ObjectColumn.h |
| Include Path |
#include "ObjectColumn.h" |
Syntax
USTRUCT ()
struct FChooserObjectRowData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Comparison |
EObjectColumnCellValueComparison |
|
ObjectColumn.h |
- EditAnywhere
- Category=Runtime
- Meta=(ValidEnumValues="MatchEqual, MatchNotEqual, MatchAny")
|
| Value |
TSoftObjectPtr< UObject > |
|
ObjectColumn.h |
- EditAnywhere
- Category="Runtime"
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool Evaluate
(
const FSoftObjectPath& LeftHandSide
) const
|
|
ObjectColumn.h |
|