Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeResultsContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * Add () |
Creates a UInterchangeResult of the given type, adds it to the container and returns it. | InterchangeResultsContainer.h | |
void Add
(
UInterchangeResult* Item |
Adds the given UInterchangeResult to the container. | InterchangeResultsContainer.h |
Add()
Description
Creates a UInterchangeResult of the given type, adds it to the container and returns it.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResultsContainer.h |
| Include Path | #include "InterchangeResultsContainer.h" |
template<typename T>
T * Add()
Add(UInterchangeResult *)
Description
Adds the given UInterchangeResult to the container.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResultsContainer.h |
| Include Path | #include "InterchangeResultsContainer.h" |
void Add
(
UInterchangeResult * Item
)