UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LiveLinkCustomVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Misc/Guid.h"
7
8#define UE_API LIVELINKINTERFACE_API
9
10// Custom serialization version for all packages containing LiveLink dependent asset types
12{
13 enum Type
14 {
15 // Before any version changes were made in the plugin
17
19
20 // -----<new versions can be added above this line>-------------------------------------------------
23 };
24
25 // The GUID for this custom version number
26 static UE_API const FGuid GUID;
27
28private:
30};
31
32#undef UE_API
#define UE_API
Definition LiveLinkCustomVersion.h:8
Definition Guid.h:109
Definition LiveLinkCustomVersion.h:12
static UE_API const FGuid GUID
Definition LiveLinkCustomVersion.h:26
Type
Definition LiveLinkCustomVersion.h:14
@ BeforeCustomVersionWasAdded
Definition LiveLinkCustomVersion.h:16
@ LatestVersion
Definition LiveLinkCustomVersion.h:22
@ VersionPlusOne
Definition LiveLinkCustomVersion.h:21
@ NewLiveLinkRoleSystem
Definition LiveLinkCustomVersion.h:18