FClassNetCacheMgr

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h

Include

#include "UObject/CoreNet.h"

Syntax

class FClassNetCacheMgr

Variables

Name Description

Public variable

bool

 

bDebugChecksum

Public variable

int

 

DebugChecksumIndent

Constructors

Name Description

Public function

FClassNetCacheMgr()

Destructors

Name Description

Public function

~FClassNetCacheMgr()

Functions

Name Description

Public function

void

 

ClearClassNetCache()

Public function Const

void

 

CountBytes

(
    FArchive& Ar
)

Public function

const FClass...

 

GetClassNetCache

(
    UClass* Class
)

Get the cached field to index mappings for the given class

Public function Const

uint32

 

GetFieldChecksum

(
    const UField* Field,
    uint32 Checksum
)

Public function Const

uint32

 

GetFunctionChecksum

(
    const UFunction* Function,
    uint32 Checksum
)

Public function Const

uint32

 

GetPropertyChecksum

(
    const FProperty* Property,
    uint32 Checksum,
    const bool bIncludeChildren
)

Public function Const

uint32

 

SortedStructFieldsChecksum

(
    const UStruct* Struct,
    uint32 Checksum
)

Public function Const

void

 

SortProperties

(
    TArray< FProperty* >& Propert...
)

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