UInterchangeResultsContainer

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UInterchangeResultsContainer

References

Module

InterchangeCore

Header

/Engine/Source/Runtime/Experimental/Interchange/Core/Public/InterchangeResultsContainer.h

Include

#include "InterchangeResultsContainer.h"

Syntax

class UInterchangeResultsContainer : public UObject

Functions

Name Description

Public function

T *

 

Add()

Creates a UInterchangeResult of the given type, adds it to the container and returns it.

Public function

void

 

Add

(
    UInterchangeResult* Item
)

Adds the given UInterchangeResult to the container.

Public function

void

 

Append

Appends the given results container to this one

Public function

void

 

Empty()

Empties the results container

Public function

void

 

Finalize()

Finalizes the container, prior to passing it to the UI display

Public function Const

TArray< UInt...

 

GetResults()

Return the contained array (by value, for thread safety).

Public function Const

bool

 

IsEmpty()

Returns whether the results container is empty or not