Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBoundMapCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Remove
(
FBoundValueMap* Map |
Removes the specified map from this collection Returns whether or not the entry was successfully removed | UAF/ValueRuntime/BoundMapCollection.h | |
bool Remove
(
const FAttributeMappingKey& MappingKey |
Removes the specified mapping from this collection Returns whether or not the entry was successfully removed | UAF/ValueRuntime/BoundMapCollection.h |
Remove(FBoundValueMap *)
Description
Removes the specified map from this collection Returns whether or not the entry was successfully removed
| Name | Remove |
| 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 Remove
(
FBoundValueMap * Map
)
Remove(const FAttributeMappingKey &)
Description
Removes the specified mapping from this collection Returns whether or not the entry was successfully removed
| Name | Remove |
| 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 Remove
(
const FAttributeMappingKey & MappingKey
)