Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBoundMapCollection
Description
Appends a new map to this collection (the input must belong at the end of the sorted map list). Returns false if we fail to add an entry (e.g. duplicate, mismatched allocator, not sorted)
| Name | Append |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/BoundMapCollection.cpp |
bool Append
(
FBoundValueMap * Map
)