Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/AReplicationGraphDebugActor
- AActor::IsReplayRelevantFor()
- AReplicationGraphDebugActor::IsReplayRelevantFor()
References
| Module | ReplicationGraph |
| Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include | #include "ReplicationGraph.h" |
virtual bool IsReplayRelevantFor
&40;
const AActor &42; RealViewer,
const AActor &42; ViewTarget,
const FVector & SrcLocation,
const float CullDistanceSquared
&41; const
Remarks
Checks to see if this actor is relevant for a recorded replay bool - true if this actor is replay relevant to the client associated with RealViewer
Parameters
| Name | Description |
|---|---|
| RealViewer | is the "controlling net object" associated with the client for which network relevancy is being checked (typically player controller) |
| ViewTarget | is the Actor being used as the point of view for the RealViewer |
| SrcLocation | is the viewing location |