Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
void SetActiveMode
(
bool IsActive
)
Remarks
If we set the mode to active, we will setup the timer and add the thread that will block the GC. If the we set the mode to inactive, we will remove the timer and finish the thread that blocks the GC.