UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FPolymorphicNetSerializerScriptStructCache Struct Reference

#include <PolymorphicNetSerializer.h>

Classes

struct  FTypeInfo
 

Public Types

enum  : uint32 { RegisteredTypeBits = 5U }
 
enum  : uint32 { MaxRegisteredTypeCount = (1U << RegisteredTypeBits) - 1U }
 
enum  : uint32 { InvalidTypeIndex = 0U }
 

Public Member Functions

IRISCORE_API void InitForType (const UScriptStruct *InScriptStruct)
 
const uint32 GetTypeIndex (const UScriptStruct *ScriptStruct) const
 
const FTypeInfoGetTypeInfo (uint32 TypeIndex) const
 
bool CanHaveNetReferences () const
 

Member Enumeration Documentation

◆ anonymous enum

Enumerator
RegisteredTypeBits 

◆ anonymous enum

Enumerator
MaxRegisteredTypeCount 

◆ anonymous enum

Enumerator
InvalidTypeIndex 

Member Function Documentation

◆ CanHaveNetReferences()

bool UE::Net::FPolymorphicNetSerializerScriptStructCache::CanHaveNetReferences ( ) const
inline

◆ GetTypeIndex()

const uint32 UE::Net::FPolymorphicNetSerializerScriptStructCache::GetTypeIndex ( const UScriptStruct ScriptStruct) const
inline

◆ GetTypeInfo()

const FPolymorphicNetSerializerScriptStructCache::FTypeInfo * UE::Net::FPolymorphicNetSerializerScriptStructCache::GetTypeInfo ( uint32  TypeIndex) const
inline

◆ InitForType()

void UE::Net::FPolymorphicNetSerializerScriptStructCache::InitForType ( const UScriptStruct InScriptStruct)

The documentation for this struct was generated from the following files: