Navigation
API > API/Plugins > API/Plugins/Chooser > API/Plugins/Chooser/FChooserPropertyBinding
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf< TIsArithmetic< T >::Value, bool >::Type SetValue
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h | ||
TEnableIf::Value, bool >::Type SetValue
(
FChooserEvaluationContext& Context, |
ChooserPropertyAccess.h |
SetValue(FChooserEvaluationContext &, const T &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserPropertyAccess.h |
| Include Path | #include "ChooserPropertyAccess.h" |
template<typename T>
TEnableIf< TIsArithmetic< T >::Value, bool >::Type SetValue
(
FChooserEvaluationContext & Context,
const T & Value
) const
SetValue(FChooserEvaluationContext &, const T &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserPropertyAccess.h |
| Include Path | #include "ChooserPropertyAccess.h" |
template<typename T>
TEnableIf<!TIsArithmetic< T >::Value, bool >::Type SetValue
(
FChooserEvaluationContext & Context,
const T & Value
) const