Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPropertyPairsMap
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/PropertyPairsMap.h |
| Include | #include "PropertyPairsMap.h" |
void AddProperty
&40;
FName InName,
FName InValue
&41;
Remarks
Add a property/value pair to the map. This will replace any existing property with the new value.
Parameters
| Name | Description |
|---|---|
| InName | Name of the property. |
| InValue | Optional value to be associated with the property. |