FStreamableHandle::BindUpdateDelegate

Bind delegate that is called periodically as delegate updates, only works if loading is in progress.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h

Include

#include "Engine/StreamableManager.h"

Source

/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp

Syntax

bool BindUpdateDelegate
(
    FStreamableUpdateDelegate NewDelegate
)

Remarks

Bind delegate that is called periodically as delegate updates, only works if loading is in progress. This will overwrite any already bound delegate!

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