Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDemoNetDriver
Description
Replicates the given prioritized actors, so their packets can be captured for recording. This should be used for normal frame recording.
| Name | ReplicatePrioritizedActors |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp |
bool ReplicatePrioritizedActors
(
const FDemoActorPriority * ActorsToReplicate,
uint32 Count,
class FRepActorsParams & Params
)
True if there is time remaining to replicate more actors. False otherwise.
Parameters
| Name | Remarks |
|---|---|
| ToReplicate | The actors to replicate. |
| Params | Implementation specific params necessary to replicate the actor. |
See Also
- ReplicateCheckpointActor for recording during checkpoints.