UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RemoteObjectPathName.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::RemoteObject
 
namespace  UE::RemoteObject::Private
 

Functions

template<typename PathType >
FORCENOINLINE FString UE::RemoteObject::Private::RemotePathNameToString (const PathType &InPathName, const FRemoteObjectTables &InTables, int32 InMinPathNameIndex=0)
 
template<typename PathType >
FORCENOINLINE UObjectUE::RemoteObject::Private::LoadRemotePathName (const PathType &InPathName, const FRemoteObjectTables &InTables, int32 InNameIndex)
 
template<typename PathType >
FORCENOINLINE UObjectUE::RemoteObject::Private::ResolveRemotePathName (const PathType &InPathName, const FRemoteObjectTables &InTables)
 
void AppendObjectToPathName (UObject *InObject, FRemoteObjectPathName &OutPathName)
 

Function Documentation

◆ AppendObjectToPathName()

void AppendObjectToPathName ( UObject InObject,
FRemoteObjectPathName OutPathName 
)