Navigation
API > API/Plugins > API/Plugins/TmvMedia > API/Plugins/TmvMedia/FTmvMediaMessageContext
Overloads
| 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 |
Add(const FText &)
Description
Adds the given message at the end of the report.
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Utils/TmvMediaMessageContext.h |
| Include Path | #include "Utils/TmvMediaMessageContext.h" |
void Add
(
const FText & InMessage
)
Add(FText &&)
Description
Adds the given message at the end of the report.
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Utils/TmvMediaMessageContext.h |
| Include Path | #include "Utils/TmvMediaMessageContext.h" |
void Add
(
FText && InMessage
)