Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundBuilderInterface.h |
| Include | #include "MetasoundBuilderInterface.h" |
namespace Metasound
{
template<typename ErrorType, typename... ArgTypes>
void Metasound&58;&58;AddBuildError
&40;
FBuildErrorArray & OutErrors,
ArgTypes &&... Args
&41;
}
Remarks
Convenience template for adding build errors.
The function can be used in the following way:
FBuildErrorArray MyErrorArray; AddBuildError
Parameters
| Name | Description |
|---|---|
| OutErrors | Array which holds the errors. |
| Args | Constructor arguments for the error. |