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