Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPropertyPairsMap > API/Runtime/Engine/FPropertyPairsMap/GetProperty
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PropertyPairsMap.h |
| Include | #include "PropertyPairsMap.h" |
bool GetProperty
&40;
FName InName,
FName &42; OutValue
&41; const
Remarks
Gets the value associated with the provided property. True if the property exist in the map.
Parameters
| Name | Description |
|---|---|
| InName | Name of the property. OutValue Value associated with the provided property. |