FNetGUIDCache::RegisterNetGUIDFromPath_Client

Associates a net guid with a path, that can be loaded or found later This function is only called on the client

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PackageMapClient.h

Include

#include "Engine/PackageMapClient.h"

Source

/Engine/Source/Runtime/Engine/Private/PackageMapClient.cpp

Syntax

void RegisterNetGUIDFromPath_Client
(
    const FNetworkGUID & NetGUID,
    const FString & PathName,
    const FNetworkGUID & OuterGUID,
    const uint32 NetworkChecksum,
    const bool bNoLoad,
    const bool bIgnoreWhenMissing
)

Remarks

Associates a net guid with a path, that can be loaded or found later This function is only called on the client

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