Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
This is a base templated type for the list "Views". This provides basic read only access between the two real views.
| Name | TActorRepListViewBase |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
Syntax
template<typename PointerType>
struct TActorRepListViewBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ReplicationGraphTypes.h | |||
TActorRepListViewBase
(
const PointerType& In |
ReplicationGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RepList | PointerType | ReplicationGraphTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendToTArray
(
TArray< FActorRepListType >& OutArray |
Add contents to TArray. this is intended for debugging/ease of use | ReplicationGraphTypes.h | |
void AppendToTSet
(
TSet< FActorRepListType >& OutSet |
ReplicationGraphTypes.h | ||
FActorRepListType * begin() |
ReplicationGraphTypes.h | ||
FString BuildDebugString() |
ReplicationGraphTypes.h | ||
bool Contains
(
const FActorRepListType& Value |
ReplicationGraphTypes.h | ||
FActorRepListType * end() |
ReplicationGraphTypes.h | ||
int32 IndexOf
(
const FActorRepListType& Value |
ReplicationGraphTypes.h | ||
bool IsValid() |
ReplicationGraphTypes.h | ||
int32 Num() |
ReplicationGraphTypes.h | ||
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) | ReplicationGraphTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FActorRepListType & operator[]
(
int32 idx |
ReplicationGraphTypes.h |