Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamingManagerCollection
Description
Allows the streaming manager to process exec commands.
Allows the streaming manager to process exec commands.
Virtual Inheritance
- IStreamingManager::Exec → FStreamingManagerCollection::Exec
| Name | Exec |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ContentStreaming.h |
| Include Path | #include "ContentStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ContentStreaming.cpp |
virtual bool Exec
(
UWorld * InWorld,
const TCHAR * Cmd,
FOutputDevice & Ar
)
true if the command was handled
Parameters
| Name | Remarks |
|---|---|
| InWorld | World context |
| Cmd | Exec command |
| Ar | Output device for feedback |
| Cmd | Exec command |
| Ar | Output device for feedback |