Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamableHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool BindCancelDelegate
(
FStreamableDelegateWithHandle NewDelegate |
Bind delegate that is called if handle is canceled, only works if loading is in progress. | Engine/StreamableManager.h | |
bool BindCancelDelegate
(
FStreamableDelegate NewDelegate |
Engine/StreamableManager.h |
BindCancelDelegate(FStreamableDelegateWithHandle)
Description
Bind delegate that is called if handle is canceled, only works if loading is in progress. This will overwrite any already bound delegate!
| Name | BindCancelDelegate |
| 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 BindCancelDelegate
(
FStreamableDelegateWithHandle NewDelegate
)
BindCancelDelegate(FStreamableDelegate)
| Name | BindCancelDelegate |
| 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 BindCancelDelegate
(
FStreamableDelegate NewDelegate
)