Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
Inheritance Hierarchy
- FNoncopyable
- FActorRepList
References
| Module | ReplicationGraph |
| Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include | #include "ReplicationGraphTypes.h" |
Syntax
struct FActorRepList : public FNoncopyable
Remarks
The actual underlying list type that the system uses for a list of replicated actors. These are never manually allocated or even really used. All Replication code interacts with the "View" types below
Variables
| Type | Name | Description | |
|---|---|---|---|
| FActorRepListType[] | Data | Variable length Data segment | |
| int32 | Max | ||
| int32 | Num | ||
| int32 | RefCount | List Header | |
| FBitReference | UsedBitRef | The "used bit" from the block we came from, so that we can clear it fast |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddRef () |
For TRefCountPtr usage | |
| void | CountBytes
(
FArchive& Ar |
||
| void | Release () |