Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
References
| Module | ReplicationGraph |
| Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include | #include "ReplicationGraphTypes.h" |
Syntax
template<typename PointerType>
struct TActorRepListViewBase
Remarks
This is a base templated type for the list "Views". This provides basic read only access between the two real views.
Variables
| Type | Name | Description | |
|---|---|---|---|
| PointerType | RepList |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TActorRepListViewBase
(
const PointerType& In |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendToTArray
(
TArray< FActorRepListType >& OutArray |
Add contents to TArray. | |
| void | AppendToTSet
(
TSet< FActorRepListType >& OutSet |
||
| FActorRepListType * | begin () |
||
| FString | |||
| bool | Contains
(
const FActorRepListType& Value |
||
| FActorRepListType * | end () |
||
| int32 | IndexOf
(
const FActorRepListType& Value |
||
| bool | IsValid () |
||
| int32 | Num () |
||
| void | ResetToNull () |
Resets the view to null - meaning it is not pointing to any list (as opposed to an empty list of some preallocated size) |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FActorRepListType & | operator[]
(
int32 idx |