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