Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionReplay.h |
Include |
#include "WorldPartition/WorldPartitionReplay.h" |
class AWorldPartitionReplay : public AActor
Actor used to record world partition replay data (streaming sources for now)
Name | Description | |
---|---|---|
|
AWorldPartitionReplay ( |
Name | Description | ||
---|---|---|---|
|
GetReplayStreamingSources |
||
|
Initialize ( |
||
|
IsEnabled() |
||
|
IsEnabled ( |
Name | Description | ||
---|---|---|---|
|
BeginPlay() |
Overridable native event for when play begins for this actor. |
|
|
PreReplication ( |
Called on the actor right before replication occurs. |
|
|
RewindForReplay() |
Called on the actor before checkpoint data is applied during a replay. |