Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDemoNetDriver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ReadDemoFrameIntoPlaybackPackets
(
FArchive& Ar |
Engine/DemoNetDriver.h | ||
bool ReadDemoFrameIntoPlaybackPackets
(
FArchive& Ar, |
Engine/DemoNetDriver.h |
ReadDemoFrameIntoPlaybackPackets(FArchive &)
| Name | ReadDemoFrameIntoPlaybackPackets |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
bool ReadDemoFrameIntoPlaybackPackets
(
FArchive & Ar
)
ReadDemoFrameIntoPlaybackPackets(FArchive &, TArray< FPlaybackPacket > &, const bool, float *)
| Name | ReadDemoFrameIntoPlaybackPackets |
| 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 ReadDemoFrameIntoPlaybackPackets
(
FArchive & Ar,
TArray < FPlaybackPacket > & Packets,
const bool bForLevelFastForward,
float * OutTime
)