Navigation
API > API/Plugins > API/Plugins/Chooser > API/Plugins/Chooser/FChooserParameterObjectBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetValue
(
FChooserEvaluationContext& Context, |
IChooserParameterObject.h | ||
virtual bool GetValue
(
FChooserEvaluationContext& Context, |
IChooserParameterObject.h |
GetValue(FChooserEvaluationContext &, FSoftObjectPath &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IChooserParameterObject.h |
| Include Path | #include "IChooserParameterObject.h" |
virtual bool GetValue
(
FChooserEvaluationContext & Context,
FSoftObjectPath & OutResult
) const
GetValue(FChooserEvaluationContext &, UObject *&)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IChooserParameterObject.h |
| Include Path | #include "IChooserParameterObject.h" |
virtual bool GetValue
(
FChooserEvaluationContext & Context,
UObject *& OutResult
) const