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

#include <RepLayout.h>

Public Member Functions

 FRepParentCmd (FProperty *InProperty, int32 InArrayIndex)
 

Public Attributes

FPropertyProperty
 
const FName CachedPropertyName
 
int32 ArrayIndex
 
int32 Offset
 
int32 ShadowOffset
 
uint16 CmdStart
 
uint16 CmdEnd
 
ELifetimeCondition Condition
 
ELifetimeRepNotifyCondition RepNotifyCondition
 
int32 RepNotifyNumParams
 
ERepParentFlags Flags
 

Detailed Description

A Top Level Property of a UClass, UStruct, or UFunction (arguments to a UFunction).

See also
FRepLayout

Constructor & Destructor Documentation

◆ FRepParentCmd()

FRepParentCmd::FRepParentCmd ( FProperty InProperty,
int32  InArrayIndex 
)
inline

Member Data Documentation

◆ ArrayIndex

int32 FRepParentCmd::ArrayIndex

If the Property is a C-Style fixed size array, then a command will be created for every element in the array. This is the index of the element in the array for which the command represents.

This will always be 0 for non array properties.

◆ CachedPropertyName

const FName FRepParentCmd::CachedPropertyName

◆ CmdEnd

uint16 FRepParentCmd::CmdEnd
See also
CmdStart

◆ CmdStart

uint16 FRepParentCmd::CmdStart

CmdStart and CmdEnd define the range of FRepLayoutCommands (by index in FRepLayouts Cmd array) of commands that are associated with this Parent Command.

This is used to track and access nested Properties from the parent.

◆ Condition

ELifetimeCondition FRepParentCmd::Condition

◆ Flags

ERepParentFlags FRepParentCmd::Flags

◆ Offset

int32 FRepParentCmd::Offset

Absolute offset of property in Object Memory.

◆ Property

FProperty* FRepParentCmd::Property

◆ RepNotifyCondition

ELifetimeRepNotifyCondition FRepParentCmd::RepNotifyCondition

◆ RepNotifyNumParams

int32 FRepParentCmd::RepNotifyNumParams

Number of parameters that we need to pass to the RepNotify function (if any). If this value is INDEX_NONE, it means there is no RepNotify function associated with the property.

◆ ShadowOffset

int32 FRepParentCmd::ShadowOffset

Absolute offset of property in Shadow Memory.


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