IStreamingManager::Exec

Allows the streaming manager to process exec commands.

Windows
MacOS
Linux

Override Hierarchy

IStreamingManager::Exec()

FStreamingManagerCollection::Exec()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ContentStreaming.h

Include

#include "ContentStreaming.h"

Syntax

virtual bool Exec
(
    UWorld * InWorld,
    const TCHAR * Cmd,
    FOutputDevice & Ar
)

Remarks

Allows the streaming manager to process exec commands.

Returns

true if the command was handled

Parameters

Parameter

Description

InWorld

World context

Cmd

Exec command

Ar

Output device for feedback

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