![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RemoteObjectPathName.h>
Inheritance diagram for FRemoteObjectPathName:Public Member Functions | |
| FRemoteObjectPathName ()=default | |
| FRemoteObjectPathName (FRemoteObjectPathName &&)=default | |
| COREUOBJECT_API | FRemoteObjectPathName (UObject *InObject) |
| COREUOBJECT_API | FRemoteObjectPathName (FRemoteObjectId RemoteId) |
| FRemoteObjectPathName & | operator= (FRemoteObjectPathName &&)=default |
| FRemoteObjectPathName (const FRemoteObjectPathName &)=default | |
| FRemoteObjectPathName & | operator= (const FRemoteObjectPathName &)=default |
| UE_FORCEINLINE_HINT FName | GetSegmentName (int32 InSegmentIndex, const FRemoteObjectTables &) const |
| UE_FORCEINLINE_HINT FRemoteObjectId | GetSegmentId (int32 InSegmentIndex, const FRemoteObjectTables &) const |
| UE_FORCEINLINE_HINT FName | GetObjectName () const |
| COREUOBJECT_API UObject * | Resolve () const |
| COREUOBJECT_API FString | ToString (int32 InMinPathSegmentIndex=0) const |
Public Member Functions inherited from FRemoteObjectTables | |
| UE_FORCEINLINE_HINT int32 | Num () const |
| COREUOBJECT_API void | Serialize (FArchive &Ar) |
Additional Inherited Members | |
Public Attributes inherited from FRemoteObjectTables | |
| TArray< FName > | Names |
| TArray< FRemoteObjectId > | RemoteIds |
Structure that represents remote object pathname (noexport type) Stores pathnames as an array of FNames and associated FRemoteObjectIds Names and Ids are stored from the innermost object first to the outermost object last
|
default |
|
default |
|
explicit |
|
explicit |
|
default |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
| UObject * FRemoteObjectPathName::Resolve | ( | ) | const |
| FString FRemoteObjectPathName::ToString | ( | int32 | InMinPathSegmentIndex = 0 | ) | const |