IStreamingManager::GetNumWantingResourcesID

Returns the current ID for [GetNumWantingResources()](API\Runtime\Engine\IStreamingManager\GetNumWantingResources).

Windows
MacOS
Linux

Override Hierarchy

IStreamingManager::GetNumWantingResourcesID()

FStreamingManagerCollection::GetNumWantingResourcesID()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ContentStreaming.h

Include

#include "ContentStreaming.h"

Syntax

virtual int32 GetNumWantingResourcesID() const

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss