Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging > API/Runtime/Engine/ProfilingDebugging/FTraceScreenshot
Type
typedef FLogCategoryBase FLogCategoryAlias
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/TraceScreenshot.h |
| Include | #include "ProfilingDebugging/TraceScreenshot.h" |
Remarks
In no logging configurations all log categories are of type FNoLoggingCategory, which has no relation with FLogCategoryBase. In order to not need to conditionally set the argument alias the type here.