Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUnboundMapCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Remove
(
FUnboundValueMap* Map |
Removes the specified map from this collection Returns whether or not the entry was successfully removed | UAF/ValueRuntime/UnboundMapCollection.h | |
bool Remove
(
UScriptStruct* ValueType |
Removes the specified map from this collection Returns whether or not the entry was successfully removed | UAF/ValueRuntime/UnboundMapCollection.h |
Remove(FUnboundValueMap *)
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/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/UnboundMapCollection.cpp |
bool Remove
(
FUnboundValueMap * Map
)
Remove(UScriptStruct *)
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/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/UnboundMapCollection.cpp |
bool Remove
(
UScriptStruct * ValueType
)