Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
References
| Module | ReplicationGraph |
| Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include | #include "ReplicationGraphTypes.h" |
Syntax
struct FActorRepListRefView
Remarks
Holds a list of replicated actors that can be added/removed to.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FActorRepListType& NewElement |
||
| void | AppendContentsFrom
(
const FActorRepListRefView& Source |
||
| void | AppendToTArray
(
TArray< FActorRepListType >& OutArray |
Add contents to TArray/TSet. this is intended for debugging/ease of use | |
| void | AppendToTSet
(
TSet< FActorRepListType >& OutSet |
||
| TArray< FActorRepListType >::RangedForConstIteratorType | begin () |
||
| TArray< FActorRepListType >::RangedForIteratorType | begin () |
||
| FString | |||
| bool | ConditionalAdd
(
const FActorRepListType& NewElement |
||
| bool | Contains
(
const FActorRepListType& Value |
||
| void | CopyContentsFrom
(
const FActorRepListRefView& Source |
||
| void | CountBytes
(
FArchive& Ar |
||
| TArray< FActorRepListType >::RangedForConstIteratorType | end () |
||
| TArray< FActorRepListType >::RangedForIteratorType | end () |
||
| int32 | IndexOf
(
const FActorRepListType& Value |
||
| bool | IsEmpty () |
||
| int32 | Num () |
||
| void | RemoveAtSwap
(
int32 idx |
||
| bool | RemoveFast
(
const FActorRepListType& ElementToRemove, |
Removes the element quickly but changes the list order | |
| bool | RemoveSlow
(
const FActorRepListType& ElementToRemove |
Removes the element but keeps the order intact. Generally not recommended for large lists. | |
| void | Reserve
(
int32 Size |
Preallocate the array so it can hold the specified size | |
| void | Reset
(
int32 ExpectedMaxSize |
Empties the array but does not deallocate the internal memory. | |
| void | TearDown () |
Resets the container and returns the memory it held | |
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FActorRepListType & | operator[]
(
int32 idx |
Base view functions. | |
| const FActorRepListType & | operator[]
(
int32 idx |