Navigation
API > API/Plugins > API/Plugins/InterchangeTests
| Name | FInterchangeTestFunctionResult |
| Type | struct |
| Header File | /Engine/Plugins/Tests/InterchangeTests/Source/InterchangeTests/Public/InterchangeTestFunction.h |
| Include Path | #include "InterchangeTestFunction.h" |
Syntax
USTRUCT ()
struct FInterchangeTestFunctionResult
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Errors | TArray< FString > | InterchangeTestFunction.h | ||
| Infos | TArray< FString > | InterchangeTestFunction.h | ||
| Warnings | TArray< FString > | InterchangeTestFunction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddError
(
FString Message |
InterchangeTestFunction.h | ||
void AddInfo
(
FString Message |
InterchangeTestFunction.h | ||
void AddWarning
(
FString Message |
InterchangeTestFunction.h | ||
| InterchangeTestFunction.h | |||
| InterchangeTestFunction.h | |||
| InterchangeTestFunction.h | |||
bool IsSuccess() |
InterchangeTestFunction.h |