Navigation
API > API/Runtime > API/Runtime/LocalFileNetworkReplayStreaming > API/Runtime/LocalFileNetworkReplayStreaming/FLocalFileReplayCustomVersion
| |
|
| Name |
Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/NetworkReplayStreaming/LocalFileNetworkReplayStreaming/Public/LocalFileNetworkReplayStreaming.h |
| Include Path |
#include "LocalFileNetworkReplayStreaming.h" |
Syntax
enum Type
{
BeforeCustomVersionWasAdded = 0,
FixedSizeFriendlyName = 1,
CompressionSupport = 2,
RecordingTimestamp = 3,
StreamChunkTimes = 4,
FriendlyNameCharEncoding = 5,
EncryptionSupport = 6,
CustomVersions = 7,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
}
Values
| Name |
Remarks |
| BeforeCustomVersionWasAdded |
Before any version changes were made. |
| FixedSizeFriendlyName |
|
| CompressionSupport |
|
| RecordingTimestamp |
|
| StreamChunkTimes |
|
| FriendlyNameCharEncoding |
|
| EncryptionSupport |
|
| CustomVersions |
|
| VersionPlusOne |
------------------------------------------------ |
| LatestVersion |
|