FReplayExternalDataArray

Using an indirect array here since [FReplayExternalData](API\Runtime\Engine\Engine\FReplayExternalData) stores an [FBitReader](API\Runtime\Core\Serialization\FBitReader), and it's not safe to store an [FArchive](API\Runtime\Core\Serialization\FArchive) directly in a [TArray](API\Runtime\Core\Containers\TArray).

Windows
MacOS
Linux

Type

typedef TIndirectArray< FReplayExternalData > FReplayExternalDataArray

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h

Include

#include "Engine/DemoNetDriver.h"

Remarks

Using an indirect array here since FReplayExternalData stores an FBitReader, and it's not safe to store an FArchive directly in a TArray.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss