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 unbound value map with a value type that has a corresponding transformer
| Name | FValueTransformerListWithUnboundMapCollectionJoinOp |
| 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 FValueTransformerListWithUnboundMapCollectionJoinOp
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KEY_LARGEST_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 |
|---|---|---|---|
UScriptStruct * GetKey
(
const FValueTransformerListIterator& It |
FAttributeValueTransformerListIterator entries. | UAF/ValueRuntime/Transformers/Transformer.h | |
UScriptStruct * GetKey
(
const IteratorType& It |
Normal FUnboundMapCollectionJoinOp. | UAF/ValueRuntime/Transformers/Transformer.h | |
UScriptStruct * 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 |