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

#include <NetObjectFactory.h>

Public Attributes

UObjectInstance = nullptr
 
UObjectTemplate = nullptr
 
EReplicationBridgeCreateNetRefHandleResultFlags Flags = EReplicationBridgeCreateNetRefHandleResultFlags::None
 

Detailed Description

Result of the instantiate request

Member Data Documentation

◆ Flags

Flags to pass back to the bridge

◆ Instance

UObject* UNetObjectFactory::FInstantiateResult::Instance = nullptr

The instantiated object represented by the header

◆ Template

UObject* UNetObjectFactory::FInstantiateResult::Template = nullptr

The template used to instantiate the object with. Only set this when the template is different from the object's archetype.


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