UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VisualLoggerCustomVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5#include "Misc/Guid.h"
6
7// version for vlog binary file format
9{
10 enum Type
11 {
18 // -----<new versions can be added before this line>-------------------------------------------------
19 // - this needs to be the last line (see note below)
22 };
23
24 // The GUID for this custom version number
25 extern ENGINE_API const FGuid GUID;
26}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition VisualLoggerCustomVersion.h:9
Type
Definition VisualLoggerCustomVersion.h:11
@ HistogramGraphsSerialization
Definition VisualLoggerCustomVersion.h:13
@ Initial
Definition VisualLoggerCustomVersion.h:12
@ StatusCategoryWithChildren
Definition VisualLoggerCustomVersion.h:15
@ TransformationForShapes
Definition VisualLoggerCustomVersion.h:16
@ AddedOwnerClassName
Definition VisualLoggerCustomVersion.h:14
@ VersionPlusOne
Definition VisualLoggerCustomVersion.h:20
@ LargeWorldCoordinatesAndLocationValidityFlag
Definition VisualLoggerCustomVersion.h:17
@ LatestVersion
Definition VisualLoggerCustomVersion.h:21
ENGINE_API const FGuid GUID
Definition VisualLogger.cpp:1239
Definition Guid.h:109