Navigation
API > API/Plugins > API/Plugins/UAF
An operator structure to join unbound map collections using InnerJoin/OuterJoin/etc.
| Name | FUnboundMapCollectionJoinOp |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
Syntax
struct FUnboundMapCollectionJoinOp
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| LARGEST_KEY_VALUE | intptr_t | Key sorting uses signed comparison, use the largest signed value regardless of pointer size. | UAF/ValueRuntime/UnboundMapCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UScriptStruct * GetKey
(
const FUnboundMapCollection::FIterator& It |
UAF/ValueRuntime/UnboundMapCollection.h | ||
UScriptStruct * GetKey
(
const FUnboundMapCollection::FConstIterator& It |
UAF/ValueRuntime/UnboundMapCollection.h | ||
UScriptStruct * GetLargestKey() |
UAF/ValueRuntime/UnboundMapCollection.h | ||
FUnboundValueMap * GetValue
(
const FUnboundMapCollection::FIterator& It |
UAF/ValueRuntime/UnboundMapCollection.h | ||
const FUnboundValueMap * GetValue
(
const FUnboundMapCollection::FConstIterator& It |
UAF/ValueRuntime/UnboundMapCollection.h |