Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/SetValue
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
FPropertyAccess::Result SetValue
&40;
const float & InValue,
EPropertyValueSetFlags::Type Flags
&41;
Remarks
Sets the typed value of a property. If the property does not support the value type FPropertyAccess::Fail is returned The result of attempting to set the value
Parameters
| Name | Description |
|---|---|
| InValue | The value to set |