Navigation
API > API/Runtime > API/Runtime/TraceLog
Since we use this type in macros we need provide an empty definition when trace is not enabled.
| Name | UE::Trace::WideString |
| Type | enum |
| Header File | /Engine/Source/Runtime/TraceLog/Public/Trace/Trace.h |
| Include Path | #include "Trace/Trace.h" |
Syntax
namespace UE
{
namespace Trace
{
enum WideString
{
}
}
}