Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStreamingManager
Description
Returns the current ID for GetNumWantingResources(). The ID is incremented every time NumWantingResources is updated by the streaming system (every few frames). Can be used to verify that any changes have been fully examined, by comparing current ID with what it was when the changes were made.
Derived Overrides
| Name | GetNumWantingResourcesID |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
virtual int32 GetNumWantingResourcesID() const