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