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 GetValueAsFormattedString
(
FString & OutValue,
EPropertyPortFlags PortFlags
) const
Remarks
Gets the value formatted as a string. The result of attempting to get the value
Parameters
| Name | Description |
|---|---|
| OutValue | String where the value is stored. Remains unchanged if the value could not be set |
| PortFlags | Property flags to determine how the string is retrieved. Defaults to PPF_PropertyWindow |