FNewReplicatedActorInfo

--------------------------------------------------------------------------------------------------------------------------------------

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h

Include

#include "ReplicationGraphTypes.h"

Syntax

struct FNewReplicatedActorInfo

Remarks


NewReplicatedActorInfo

This is the struct we use to push new replication actors into the graph. "New" doesn't mean "newly spawned" it means "new to the graph". FIXME: Please suggest a better name!

Variables

Name Description

Public variable

FActorRepListTy...

 

Actor

Public variable

UClass *

 

Class

Public variable

FName

 

StreamingLevelName

Constructors

Name Description

Public function

FNewReplicatedActorInfo

(
    const FActorRepListType& InActor
)

Functions

Name Description

Public function Const

AActor *

 

GetActor()

Public function Static

FName

 

GetStreamingLevelNameOfActor

(
    const AActor* Actor
)

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