Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
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.
| Name | SetActiveMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
void SetActiveMode
(
bool IsActive
)