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

#include <UnrealNetwork.h>

Public Member Functions

 FRepPropertyDescriptor (const FProperty *Property)
 
 FRepPropertyDescriptor (const TCHAR *InPropertyName, const int32 InRepIndex, const int32 InArrayDim)
 

Public Attributes

const TCHARPropertyName
 
const int32 RepIndex
 
const int32 ArrayDim
 

Constructor & Destructor Documentation

◆ FRepPropertyDescriptor() [1/2]

NetworkingPrivate::FRepPropertyDescriptor::FRepPropertyDescriptor ( const FProperty Property)
inline

◆ FRepPropertyDescriptor() [2/2]

NetworkingPrivate::FRepPropertyDescriptor::FRepPropertyDescriptor ( const TCHAR InPropertyName,
const int32  InRepIndex,
const int32  InArrayDim 
)
inline

Member Data Documentation

◆ ArrayDim

const int32 NetworkingPrivate::FRepPropertyDescriptor::ArrayDim

◆ PropertyName

const TCHAR* NetworkingPrivate::FRepPropertyDescriptor::PropertyName

◆ RepIndex

const int32 NetworkingPrivate::FRepPropertyDescriptor::RepIndex

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