UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UNetObjectFactory::FPostInstantiationContext Struct Reference

#include <NetObjectFactory.h>

Public Attributes

UObjectInstance = nullptr
 
const UE::Net::FNetObjectCreationHeaderHeader = nullptr
 
uint32 ConnectionId = 0
 

Detailed Description

Contextual information to use in the PostInstantiation callback

Member Data Documentation

◆ ConnectionId

uint32 UNetObjectFactory::FPostInstantiationContext::ConnectionId = 0

The connection that owns the replicated object

◆ Header

const UE::Net::FNetObjectCreationHeader* UNetObjectFactory::FPostInstantiationContext::Header = nullptr

The header representing the replicated object

◆ Instance

UObject* UNetObjectFactory::FPostInstantiationContext::Instance = nullptr

The object instantiated


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