Navigation
API > API/Plugins > API/Plugins/UAF
An operator structure to join value transformer lists and attribute collections using InnerJoin/OuterJoin/etc Ensures that the predicate is called for each bound value map with a value type that has a corresponding transformer
| Name | FValueTransformerListWithBoundMapCollectionJoinOp |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/Transformers/Transformer.h |
| Include Path | #include "UAF/ValueRuntime/Transformers/Transformer.h" |
Syntax
struct FValueTransformerListWithBoundMapCollectionJoinOp
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WILDCARD_ATTRIBUTE_TYPE_VALUE | intptr_t | Key sorting uses signed comparison, use the largest signed value regardless of pointer size. | UAF/ValueRuntime/Transformers/Transformer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeMappingKey GetKey
(
const FValueTransformerListIterator& It |
FAttributeValueTransformerListIterator entries. | UAF/ValueRuntime/Transformers/Transformer.h | |
FAttributeMappingKey GetKey
(
const IteratorType& It |
Normal FBoundMapCollectionJoinOp. | UAF/ValueRuntime/Transformers/Transformer.h | |
FAttributeMappingKey GetLargestKey() |
UAF/ValueRuntime/Transformers/Transformer.h | ||
FRawTransformerFunc GetValue
(
const FValueTransformerListIterator& It |
UAF/ValueRuntime/Transformers/Transformer.h | ||
IteratorType::MapType GetValue
(
const IteratorType& It |
UAF/ValueRuntime/Transformers/Transformer.h | ||
bool IsMatch
(
FAttributeMappingKey ReferenceKey, |
We enable fuzzy matching by implementing its API. | UAF/ValueRuntime/Transformers/Transformer.h |