Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Core/Public/InterchangeResultsContainer.h |
Include |
#include "InterchangeResultsContainer.h" |
class UInterchangeResultsContainer : public UObject
Name | Description | ||
---|---|---|---|
|
T * |
Add() |
Creates a UInterchangeResult of the given type, adds it to the container and returns it. |
|
Add ( |
Adds the given UInterchangeResult to the container. |
|
|
Append ( |
Appends the given results container to this one |
|
|
Empty() |
Empties the results container |
|
|
Finalize() |
Finalizes the container, prior to passing it to the UI display |
|
|
GetResults() |
Return the contained array (by value, for thread safety). |
|
|
IsEmpty() |
Returns whether the results container is empty or not |