Navigation
API > API/Plugins > API/Plugins/InterchangeTests > API/Plugins/InterchangeTests/FInterchangeTestFunction
References
| Module | InterchangeTests |
| Header | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/InterchangeTestFunction.h |
| Include | #include "InterchangeTestFunction.h" |
Syntax
class FParameters
Remarks
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FParameters
(
UFunction* InFunction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TConstIterator | begin () |
||
| TConstIterator | end () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| TConstIterator |