Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
Include |
#include "UObject/CoreNet.h" |
class UPackageMap : public UObject
Maps objects and names to and from indices for network communication.
Name | Description | ||
---|---|---|---|
|
bShouldTrackUnmappedGuids |
||
|
DebugContextString |
||
|
TrackedMappedDynamicNetGuids |
||
|
TrackedUnmappedNetGuids |
Name | Description | |
---|---|---|
|
UPackageMap ( |
|
|
UPackageMap ( |
DO NOT USE. This constructor is for internal usage only for hot-reload purposes. |
Name | Description | ||
---|---|---|---|
|
operator delete ( |
Eliminate V1062 warning from PVS-Studio while keeping MSVC and Clang happy. |
|
|
void * |
operator new ( |
For internal use only; use StaticConstructObject() to create new objects. |
|
void * |
operator new ( |
For internal use only; use StaticConstructObject() to create new objects. |
Name |
Description |
---|---|
Super |
Typedef for the base class (UObject) |
ThisClass |
Typedef for UPackageMap. |
Name |
Description |
---|---|
StaticClassFlags |
Bitwise union of EClassFlags pertaining to this class. |