UGameInstance::CreateMinimalNetRPCWorld

Static util function used by InitializeForMinimalNetRPC and LoadMap to create the minimal world suitable for basic network RPC

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h

Include

#include "Engine/GameInstance.h"

Source

/Engine/Source/Runtime/Engine/Private/GameInstance.cpp

Syntax

static void CreateMinimalNetRPCWorld
(
    const FName InPackageName,
    UPackage *& OutWorldPackage,
    UWorld *& OutWorld
)

Remarks

Static util function used by InitializeForMinimalNetRPC and LoadMap to create the minimal world suitable for basic network RPC

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