Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPropertyPairsMap > API/Runtime/Engine/FPropertyPairsMap/HasProperty
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PropertyPairsMap.h |
| Include | #include "PropertyPairsMap.h" |
bool HasProperty
&40;
FName InName
&41; const
Remarks
Test if the provided property exists in the map. True if the property exist in the map.
Parameters
| Name | Description |
|---|---|
| InName | Name of the property. |