Navigation
API > API/Plugins > API/Plugins/UAF
An iterator over a transformer list within the value runtime registry.
| Name | FValueTransformerListIterator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/Transformers/Transformer.h |
| Include Path | #include "UAF/ValueRuntime/Transformers/Transformer.h" |
Syntax
class FValueTransformerListIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueTransformerListIterator
(
const FValueTransformerList& TransformerList, |
UAF/ValueRuntime/Transformers/Transformer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TransformerFuncPtr | const FRawTransformerFunc * | UAF/ValueRuntime/Transformers/Transformer.h | ||
| ValueTypeEndPtr | UScriptStruct *const * | UAF/ValueRuntime/Transformers/Transformer.h | ||
| ValueTypePtr | UScriptStruct *const * | UAF/ValueRuntime/Transformers/Transformer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRawTransformerFunc GetTransformerFunc() |
Returns the transformer for the current entry. | UAF/ValueRuntime/Transformers/Transformer.h | |
UScriptStruct * GetValueType() |
Returns the value type that the transformer operates on for the current entry. | UAF/ValueRuntime/Transformers/Transformer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Returns whether or not the iterator still contains values. | UAF/ValueRuntime/Transformers/Transformer.h | |
FValueTransformerListIterator & operator++() |
Increments and moves the iterator to the next transformer entry. | UAF/ValueRuntime/Transformers/Transformer.h |