Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/FInterchangeTestFunction
Provide a readable user-facing way of iterating the function parameters of interest. Specifically, the first parameter is ignored (it should be a UObject* pointer to the asset which is being tested). The final parameter is also ignored as it is the return value.
| Name | FParameters |
| Type | class |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/InterchangeTestFunction.h |
| Include Path | #include "InterchangeTestFunction.h" |
Syntax
class FParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FParameters
(
UFunction* InFunction |
InterchangeTestFunction.h |
Classes
| Name | Remarks |
|---|---|
| TConstIterator |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Function | UFunction * | InterchangeTestFunction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstIterator begin() |
InterchangeTestFunction.h | ||
TConstIterator end() |
InterchangeTestFunction.h |