Navigation
Unreal Engine C++ API Reference > Plugins > ReplicationGraph
References
Module | ReplicationGraph |
Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
Include | #include "ReplicationGraphTypes.h" |
Syntax
enum EActorRepListTypeFlags
&123;
Default = 0,
FastShared = 1,
Max,
&125;
Values
Name | Description |
---|---|
Default | |
FastShared | |
Max |
Remarks
Generic flags that describe an actor list. Currently only used for "Default" vs "FastShared" path. These are for unsorted lists that are returned from the graph, merged together, sorted, and finally replicated until bandwidth limit is hit.