FRepParentCmd

A Top Level Property of a [UClass](API\Runtime\CoreUObject\UObject\UClass), [UStruct](API\Runtime\CoreUObject\UObject\UStruct), or [UFunction](API\Runtime\CoreUObject\UObject\UFunction) (arguments to a [UFunction](API\Runtime\CoreUObject\UObject\UFunction)).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h

Include

#include "Net/RepLayout.h"

Syntax

class FRepParentCmd

Remarks

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

Variables

Name Description

Public variable

int32

 

ArrayIndex

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

Public variable

const FName

 

CachedPropertyName

Public variable

uint16

 

CmdEnd

Public variable

uint16

 

CmdStart

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

Public variable

ELifetimeCondit...

 

Condition

Public variable

ERepParentFlags

 

Flags

Public variable

int32

 

Offset

Absolute offset of property in Object Memory.

Public variable

FProperty *

 

Property

Public variable

ELifetimeRepNot...

 

RepNotifyCondition

Public variable

int32

 

RepNotifyNumParams

Number of parameters that we need to pass to the RepNotify function (if any).

Public variable

int32

 

ShadowOffset

Absolute offset of property in Shadow Memory.

Constructors

Name Description

Public function

FRepParentCmd

(
    FProperty* InProperty,
    int32 InArrayIndex
)

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss