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

#include <RepTag.h>

Public Attributes

uint32 StateIndex
 
uint32 ExternalStateOffset
 
uint32 InternalStateAbsoluteOffset
 
const FNetSerializerSerializer
 
const FNetSerializerConfigSerializerConfig
 

Member Data Documentation

◆ ExternalStateOffset

uint32 UE::Net::FRepTagFindInfo::ExternalStateOffset

This is the offset into the state indicated by the StateIndex. Absolute offsets cannot beused as each external state may have its own state buffer.

◆ InternalStateAbsoluteOffset

uint32 UE::Net::FRepTagFindInfo::InternalStateAbsoluteOffset

The absolute offset into the internal state. One can ignore the StateIndex as the internal state is a single linear allocation for all states.

◆ Serializer

const FNetSerializer* UE::Net::FRepTagFindInfo::Serializer

◆ SerializerConfig

const FNetSerializerConfig* UE::Net::FRepTagFindInfo::SerializerConfig

◆ StateIndex

uint32 UE::Net::FRepTagFindInfo::StateIndex

If the tag is found in a protocol this indicates which state the tag was found in, otherwise it will be zero.


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