Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FApp
Description
Checks whether the application should run multi-threaded for performance critical features.
This method is used for performance based threads (like rendering, task graph). This will not disable async IO or similar threads needed to disable hitching
| Name | ShouldUseThreadingForPerformance |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/App.h |
| Include Path | #include "Misc/App.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/App.cpp |
static bool ShouldUseThreadingForPerformance()
true if this isn't a server, has more than one core, does not have a -onethread command line options, etc.