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" |
template<class Func>
void ForEachProperty
(
Func InFunc
)
Remarks
Iterate through the property map and invoke a functor that can optionally break iteration by returning false.
Parameters
| Name | Description |
|---|---|
| InFunc | Function to invoke on the properties of the map. |