![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UObject/ObjectMacros.h"#include "Serialization/BitReader.h"#include "Misc/NetworkGuid.h"#include "Engine/EngineBaseTypes.h"#include "GameFramework/Actor.h"#include "Misc/EngineVersion.h"#include "GameFramework/PlayerController.h"#include "Engine/NetDriver.h"#include "Engine/PackageMapClient.h"#include "Misc/NetworkVersion.h"#include "NetworkReplayStreaming.h"#include "Engine/DemoNetConnection.h"#include "Net/RepLayout.h"#include "Net/Core/Connection/NetResult.h"#include "Net/ReplayResult.h"#include "Templates/Atomic.h"#include "Net/UnrealNetwork.h"#include "ReplayHelper.h"#include "DemoNetDriver.generated.h"Go to the source code of this file.
Classes | |
| class | FQueuedReplayTask |
| struct | FRollbackNetStartupActorInfo |
| struct | FDemoSavedRepObjectState |
| struct | FMulticastRecordOptions |
| class | UDemoNetDriver |
Typedefs | |
| typedef TArray< struct FDemoSavedRepObjectState > | FDemoSavedPropertyState |
| DECLARE_DELEGATE_OneParam | ( | FOnGotoTimeDelegate | , |
| const bool | |||
| ) |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS DECLARE_MULTICAST_DELEGATE | ( | FOnDemoFinishPlaybackDelegate | ) |
| DECLARE_MULTICAST_DELEGATE | ( | FOnDemoFinishRecordingDelegate | ) |
| DECLARE_MULTICAST_DELEGATE | ( | FOnGotoTimeMCDelegate | ) |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnDemoStartedDelegate | , |
| UDemoNetDriver * | |||
| ) |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnPauseChannelsDelegate | , |
| const bool | |||
| ) |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FOnDemoFailedToStartDelegate | , |
| UDemoNetDriver * | , | ||
| EDemoPlayFailure::Type | |||
| ) |