Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeResultsContainer
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResultsContainer.h |
| Include | #include "InterchangeResultsContainer.h" |
Syntax
class UInterchangeResultsContainer : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | Add () |
Creates a UInterchangeResult of the given type, adds it to the container and returns it. | |
| void | Add
(
UInterchangeResult* Item |
Adds the given UInterchangeResult to the container. | |
| void | Append
(
UInterchangeResultsContainer* Other |
Appends the given results container to this one | |
| void | Empty () |
Empties the results container | |
| void | Finalize () |
Finalizes the container, prior to passing it to the UI display | |
| TArray< UInterchangeResult * > | GetResults () |
Return the contained array (by value, for thread safety). | |
| bool | IsEmpty () |
Returns whether the results container is empty or not | |
| void | RemoveResult
(
UInterchangeResult* Item |
Removes the given UInterchangeResult from the container. |