Navigation
API > API/Runtime > API/Runtime/CoreUObject
Information about a class, cached for network coordination.
| Name | FClassNetCache |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include Path | #include "UObject/CoreNet.h" |
Syntax
class FClassNetCache
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UObject/CoreNet.h | |||
FClassNetCache
(
const UClass* Class |
UObject/CoreNet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Class | TWeakObjectPtr< const UClass > | UObject/CoreNet.h | ||
| ClassChecksum | uint32 | UObject/CoreNet.h | ||
| FieldChecksumMap | TMap< uint32, FFieldNetCache * > | UObject/CoreNet.h | ||
| FieldMap | TMap< void *, FFieldNetCache * > | UObject/CoreNet.h | ||
| Fields | TArray< FFieldNetCache > | UObject/CoreNet.h | ||
| FieldsBase | int32 | UObject/CoreNet.h | ||
| Super | const FClassNetCache * | UObject/CoreNet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CountBytes
(
FArchive& Ar |
UObject/CoreNet.h | ||
uint32 GetClassChecksum() |
UObject/CoreNet.h | ||
const TArray< FFieldNetCache > & GetFields() |
UObject/CoreNet.h | ||
const FFieldNetCache * GetFromChecksum
(
const uint32 Checksum |
UObject/CoreNet.h | ||
const FFieldNetCache * GetFromField
(
FFieldVariant Field |
UObject/CoreNet.h | ||
const FFieldNetCache * GetFromIndex
(
const int32 Index |
UObject/CoreNet.h | ||
int32 GetMaxIndex() |
UObject/CoreNet.h | ||
const FClassNetCache * GetSuper() |
UObject/CoreNet.h |