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

#include <NetObjectFactoryRegistry.h>

Public Attributes

FName Name
 
FNetObjectFactoryId Id = InvalidNetObjectFactoryId
 
TWeakObjectPtr< UClassNetFactoryClass
 

Member Data Documentation

◆ Id

FNetObjectFactoryId UE::Net::FNetObjectFactoryRegistry::FFactoryData::Id = InvalidNetObjectFactoryId

FactoryId assigned to this factory

◆ Name

FName UE::Net::FNetObjectFactoryRegistry::FFactoryData::Name

Name associated with this factory class

◆ NetFactoryClass

TWeakObjectPtr<UClass> UE::Net::FNetObjectFactoryRegistry::FFactoryData::NetFactoryClass

Class representing a concrete UNetObjectFactory


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