Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Description
Bind delegate that is called periodically as request updates, only works if loading is in progress. This will overwrite any already bound delegate!
| Name | BindUpdateDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h |
| Include Path | #include "Engine/StreamableManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamableManager.cpp |
bool BindUpdateDelegate
(
FStreamableUpdateDelegate NewDelegate
)