Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeResult
- UInterchangeResultSuccess
- UInterchangeResultDisplay_Generic
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResult.h |
| Include | #include "InterchangeResult.h" |
Syntax
UCLASS (MinimalAPI)
class UInterchangeResultSuccess : public UInterchangeResult
Remarks
Class representing a succesful result.
Overridden from UInterchangeResult
| Type | Name | Description | |
|---|---|---|---|
| EInterchangeResultType | Return the severity of the message: success, warning, error. | ||
| FText | GetText () |
Return a user-readable message. |