Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Request to pause background processing of scan results while this object is in scope This can be used to allow a priority thread to perform along sequence of operations without having to contend with the background thread for data access
| Name | FPauseBackgroundProcessingScope |
| Type | struct |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
Syntax
struct FPauseBackgroundProcessingScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPauseBackgroundProcessingScope() |
AssetRegistry/IAssetRegistry.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPauseBackgroundProcessingScope() |
AssetRegistry/IAssetRegistry.h |