Navigation
API > API/Plugins > API/Plugins/UAF
An operator structure to join bound map collections using InnerJoin/OuterJoin/etc.
| Name | FBoundMapCollectionJoinOp |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
Syntax
struct FBoundMapCollectionJoinOp
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAttributeMappingKey & GetKey
(
const FBoundMapCollection::FIterator& It |
UAF/ValueRuntime/BoundMapCollection.h | ||
const FAttributeMappingKey & GetKey
(
const FBoundMapCollection::FConstIterator& It |
UAF/ValueRuntime/BoundMapCollection.h | ||
const FAttributeMappingKey & GetLargestKey() |
UAF/ValueRuntime/BoundMapCollection.h | ||
FBoundValueMap * GetValue
(
const FBoundMapCollection::FIterator& It |
UAF/ValueRuntime/BoundMapCollection.h | ||
const FBoundValueMap * GetValue
(
const FBoundMapCollection::FConstIterator& It |
UAF/ValueRuntime/BoundMapCollection.h |