FReplicatedActorProperty

Struct containing property and offset for replicated actor properties

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/DataReplication.h"

Syntax

struct FReplicatedActorProperty

Remarks

Struct containing property and offset for replicated actor properties

Variables

Name Description

Public variable

int32

 

Offset

Offset into the Actor where this reference is located - includes offsets from any outer structs

Public variable

const FObjectPr...

 

Property

Reference to property object

Constructors

Name Description

Public function

FReplicatedActorProperty

(
    int32 InOffset,
    const FObjectPropertyBase* InP...
)

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