Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FRemoteServerId |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTypes.h |
| Include Path | #include "UObject/RemoteObjectTypes.h" |
Syntax
struct FRemoteServerId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoteServerId
(
uint32 InId |
UObject/RemoteObjectTypes.h | ||
FRemoteServerId
(
ERemoteServerIdConstants InId |
UObject/RemoteObjectTypes.h | ||
FRemoteServerId
(
const FRemoteServerId& |
UObject/RemoteObjectTypes.h | ||
| UObject/RemoteObjectTypes.h | |||
FRemoteServerId
(
const FString& InText |
UObject/RemoteObjectTypes.h | ||
FRemoteServerId
(
uint32 InId, |
Constructor used exclusively by FRemoteObjectId::GetServerId() to bypass range changes in the other constructors | UObject/RemoteObjectTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| GlobalServerId | FRemoteServerId | UObject/RemoteObjectTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | uint32 | UObject/RemoteObjectTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Compare
(
FRemoteServerId Other |
UObject/RemoteObjectTypes.h | ||
uint32 GetIdNumber() |
UObject/RemoteObjectTypes.h | ||
uint32 GetTypeHash() |
UObject/RemoteObjectTypes.h | ||
bool IsAsset() |
UObject/RemoteObjectTypes.h | ||
bool IsDatabase() |
UObject/RemoteObjectTypes.h | ||
bool IsLocal() |
UObject/RemoteObjectTypes.h | ||
bool IsValid() |
UObject/RemoteObjectTypes.h | ||
bool NetSerialize
(
FArchive& Ar, |
UObject/RemoteObjectTypes.h | ||
bool Serialize
(
FArchive& Ar |
UObject/RemoteObjectTypes.h | ||
FString ToString() |
UObject/RemoteObjectTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRemoteServerId FromIdNumber
(
uint32 InNumber |
UObject/RemoteObjectTypes.h | ||
static FRemoteServerId FromString
(
const FStringView& InText |
UObject/RemoteObjectTypes.h | ||
static FRemoteServerId GetLocalServerId() |
UObject/RemoteObjectTypes.h | ||
static uint32 GlobalizeId
(
uint32 InId |
UObject/RemoteObjectTypes.h | ||
static void InitGlobalServerId
(
FRemoteServerId Id |
UObject/RemoteObjectTypes.h | ||
static bool IsGlobalServerIdInitialized() |
UObject/RemoteObjectTypes.h | ||
static void VerifyComparableServerIds
(
uint32 Id0, |
UObject/RemoteObjectTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FRemoteServerId Other |
UObject/RemoteObjectTypes.h | ||
FRemoteServerId & operator=
(
const FRemoteServerId& |
UObject/RemoteObjectTypes.h | ||
bool operator==
(
FRemoteServerId Other |
UObject/RemoteObjectTypes.h |