Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
FPropertyAccess::Result SetValueFromFormattedString
(
const FString & InValue,
EPropertyValueSetFlags::Type Flags
)
Remarks
Sets the value formatted as a string. The result of attempting to set the value
Parameters
| Name | Description |
|---|---|
| OutValue | String where the value is stored. Is unchanged if the value could not be set |