Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/GetValue
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
FPropertyAccess::Result GetValue
&40;
float & OutValue
&41; const
Remarks
Gets the typed value of a property. If the property does not support the value type FPropertyAccess::Fail is returned The result of attempting to get the value
Parameters
| Name | Description |
|---|---|
| OutValue | The value that will be set if successful |