Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/FGlobalActorReplicationInfoMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGlobalActorReplicationInfo & Get
(
const FActorRepListType& Actor |
Returns data associated with the actor. Will create it with default class values if necessary | ReplicationGraphTypes.h | |
FGlobalActorReplicationInfo & Get
(
const FActorRepListType& Actor, |
Same as above but outputs bool if it was created. This is uncommonly called. Don't want to slow down the frequently called version. | ReplicationGraphTypes.h |
Get(const FActorRepListType &)
Description
Returns data associated with the actor. Will create it with default class values if necessary
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
FGlobalActorReplicationInfo & Get
(
const FActorRepListType & Actor
)
Get(const FActorRepListType &, bool &)
Description
Same as above but outputs bool if it was created. This is uncommonly called. Don't want to slow down the frequently called version.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include Path | #include "ReplicationGraphTypes.h" |
FGlobalActorReplicationInfo & Get
(
const FActorRepListType & Actor,
bool & bWasCreated
)