Navigation
API > API/Plugins > API/Plugins/UAF
An operator structure to join unbound value maps using InnerJoin/OuterJoin/etc.
| Name | FUnboundValueMapJoinOp |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/UnboundValueMap.h" |
Syntax
struct FUnboundValueMapJoinOp
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetKey
(
const IteratorType& It |
UAF/ValueRuntime/UnboundValueMap.h | ||
FName GetLargestKey() |
Special dummy FName that is larger than all other FNames in fast sorted order. | UAF/ValueRuntime/UnboundValueMap.h | |
IteratorType::ValuePtrType GetValue
(
const IteratorType& It |
UAF/ValueRuntime/UnboundValueMap.h | ||
| UAF/ValueRuntime/UnboundValueMap.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool HasPredicateWithKey() |
We generally want the key in our predicate since the values by themselves have little meaning. | UAF/ValueRuntime/UnboundValueMap.h |