Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FChooserParameterEnumBase |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IChooserParameterEnum.h |
| Include Path | #include "IChooserParameterEnum.h" |
Syntax
USTRUCT ()
struct FChooserParameterEnumBase : public FChooserParameterBase
Inheritance Hierarchy
- FChooserParameterBase → FChooserParameterEnumBase
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UEnum * GetEnum() |
IChooserParameterEnum.h | ||
virtual bool GetValue
(
FChooserEvaluationContext& Context, |
IChooserParameterEnum.h | ||
virtual bool SetValue
(
FChooserEvaluationContext& Context, |
IChooserParameterEnum.h |