Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * AddMessage () |
This function is used to add the given message object directly into the results for this operation. | InterchangePipelineBase.h | |
void AddMessage
(
UInterchangeResult* Item |
InterchangePipelineBase.h |
AddMessage()
Description
This function is used to add the given message object directly into the results for this operation.
| Name | AddMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
template<typename T>
T * AddMessage() const
AddMessage(UInterchangeResult *)
| Name | AddMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
void AddMessage
(
UInterchangeResult * Item
) const