Navigation
API > API/Plugins > API/Plugins/GeometryFlowMeshProcessing
Description
This function is a workaround for an issue with Clang targeting Windows. A function in a class template cannot contain log statements if that class template is derived from by a type annotated with {Module}_API.
| Name | UE::GeometryFlow::Private::LogMeshProcessing |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshProcessingBaseNodes.h |
| Include Path | #include "MeshProcessingNodes/MeshProcessingBaseNodes.h" |
namespace UE
{
namespace GeometryFlow
{
namespace Private
{
void UE::GeometryFlow::Private::LogMeshProcessing
(
const TCHAR * Identifier,
const TCHAR * Message
)
}
}
}