FClassNetCache

Information about a class, cached for network coordination.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/CoreNet.h"

Syntax

class FClassNetCache

Remarks

Information about a class, cached for network coordination.

Constructors

Name Description

Public function

FClassNetCache()

Public function

FClassNetCache

(
    const UClass* Class
)

Functions

Name Description

Public function Const

void

 

CountBytes

(
    FArchive& Ar
)

Public function Const

uint32

 

GetClassChecksum()

Public function Const

const TArray...

 

GetFields()

Public function Const

const FField...

 

GetFromChecksum

(
    const uint32 Checksum
)

Public function Const

const FField...

 

GetFromField

(
    FFieldVariant Field
)

Public function Const

const FField...

 

GetFromIndex

(
    const int32 Index
)

Public function Const

int32

 

GetMaxIndex()

Public function Const

const FClass...

 

GetSuper()

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