UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNetControlMessageInfo Class Reference

#include <DataChannel.h>

Static Public Member Functions

static const TCHARGetName (uint8 MessageIndex)
 
static bool IsRegistered (uint8 MessageIndex)
 

Friends

template<int32 Index, typename... ParamTypes>
class UE::Net::TNetControlMessageImpl
 

Detailed Description

contains info about a message type retrievable without static binding (e.g. whether it's a valid type, friendly name string, etc)

Member Function Documentation

◆ GetName()

static const TCHAR * FNetControlMessageInfo::GetName ( uint8  MessageIndex)
inlinestatic

◆ IsRegistered()

static bool FNetControlMessageInfo::IsRegistered ( uint8  MessageIndex)
inlinestatic

Friends And Related Symbol Documentation

◆ UE::Net::TNetControlMessageImpl

template<int32 Index, typename... ParamTypes>
friend class UE::Net::TNetControlMessageImpl
friend

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