FRepLayoutCmd

Represents a single property, which could be either a Top Level Property, a Nested Struct Property, or an element in a Dynamic Array.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/RepLayout.h"

Syntax

class FRepLayoutCmd

Remarks

Represents a single property, which could be either a Top Level Property, a Nested Struct Property, or an element in a Dynamic Array.

Variables

Name Description

Public variable

uint32

 

CompatibleChecksum

Used to determine if property is still compatible

Public variable

uint16

 

ElementSize

For arrays, element size of data.

Public variable

uint16

 

EndCmd

For arrays, this is the cmd index to jump to, to skip this arrays inner elements.

Public variable

ERepLayoutCmdFl...

 

Flags

Public variable

int32

 

Offset

Absolute offset of property in Object Memory.

Public variable

uint16

 

ParentIndex

Index into Parents.

Public variable

FProperty *

 

Property

Pointer back to property, used for NetSerialize calls, etc.

Public variable

uint16

 

RelativeHandle

Handle relative to start of array, or top list.

Public variable

int32

 

ShadowOffset

Absolute offset of property in Shadow Memory.

Public variable

ERepLayoutCmdTy...

 

Type

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