Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStreamableRenderAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WaitForPendingInitOrStreaming
(
ETickStreamingFlags Flags |
Wait for any pending operation (like InitResource and Streaming) to complete. | Engine/StreamableRenderAsset.h | |
void WaitForPendingInitOrStreaming
(
bool |
Engine/StreamableRenderAsset.h | ||
void WaitForPendingInitOrStreaming
(
bool, |
Engine/StreamableRenderAsset.h |
WaitForPendingInitOrStreaming(ETickStreamingFlags)
Description
Wait for any pending operation (like InitResource and Streaming) to complete.
| Name | WaitForPendingInitOrStreaming |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableRenderAsset.h |
| Include Path | #include "Engine/StreamableRenderAsset.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StreamableRenderAsset.cpp |
void WaitForPendingInitOrStreaming
(
ETickStreamingFlags Flags
)
WaitForPendingInitOrStreaming(bool)
| Name | WaitForPendingInitOrStreaming |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableRenderAsset.h |
| Include Path | #include "Engine/StreamableRenderAsset.h" |
void WaitForPendingInitOrStreaming
(
bool
)
WaitForPendingInitOrStreaming(bool, bool)
| Name | WaitForPendingInitOrStreaming |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StreamableRenderAsset.h |
| Include Path | #include "Engine/StreamableRenderAsset.h" |
void WaitForPendingInitOrStreaming
(
bool,
bool bSendCompletionEvents
)