FActorRepListRefView

A view that maintains ownership/(ref counting) to an actor replication list.

Windows
MacOS
Linux

Inheritance Hierarchy

TActorRepListViewBase

FActorRepListRefView

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h

Include

#include "ReplicationGraphTypes.h"

Syntax

struct FActorRepListRefView : public TActorRepListViewBase< TRefCountPtr< FActorRepList > >

Remarks

A view that maintains ownership/(ref counting) to an actor replication list.

Constructors

Name Description

Public function

FActorRepListRefView()

Public function

FActorRepListRefView

(
    FActorRepList& InRepList
)

Functions

Name Description

Public function

void

 

Add

(
    const FActorRepListType& NewElemen...
)

Public function

void

 

AppendContentsFrom

(
    const FActorRepListRefView& Source
)

Public function

bool

 

ConditionalAdd

(
    const FActorRepListType& NewElemen...
)

Public function

void

 

CopyContentsFrom

(
    const FActorRepListRefView& Source
)

Public function Const

int32

 

Num()

Public function

void

 

PrepareForWrite

(
    bool bResetContent
)

Prepares the list for modifications.

Public function

bool

 

Remove

(
    const FActorRepListType& ElementTo...
)

Public function

void

 

RemoveAtSwap

(
    int32 idx
)

Public function

void

 

Reset

(
    int32 ExpectedMaxSize
)

Initializes a new list for a given ExpectedMaxSize.

Public function Const

bool

 

VerifyContents_Slow()

Operators

Name Description

Public function Const

FActorRepLis...

 

operator[]

(
    int32 idx
)

Constants

Name

Description

InitialListSize

Ideally, use Reset to set the initial size of the list.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss