FActorRepListType

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

Windows
MacOS
Linux

Type

typedef AActor * FActorRepListType

References

Module

ReplicationGraph

Header

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

Include

#include "ReplicationGraphTypes.h"

Remarks


Actor Replication List Types

Currently we are using raw AActor* for our replication lists. We may want to change this one day to be an ID or something else that can index fast into arrays etc. (Currently we are using TMaps for associative data, static arrays would be faster but introduce constraints and headaches) So for now, using a typedef and some helper functions to call out the interface/usage of FActorRepListType.

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