Navigation
API > API/Plugins > API/Plugins/TmvMedia
Container for error messages that get accumulated during operations and can be compiled into a report for display in UI or dumped to Logs.
| Name | FTmvMediaMessageContext |
| Type | class |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Utils/TmvMediaMessageContext.h |
| Include Path | #include "Utils/TmvMediaMessageContext.h" |
Syntax
class FTmvMediaMessageContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Messages | TArray< FText > | List of error messages for the given context. | Utils/TmvMediaMessageContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Adds the given message at the end of the report. | Utils/TmvMediaMessageContext.h | ||
| Adds the given message at the end of the report. | Utils/TmvMediaMessageContext.h | ||
FText ToText() |
Compiles the set of errors in a formatted report with each error message on a different line. | Utils/TmvMediaMessageContext.h |