UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NaniteResearchStreamObjectVersion.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreTypes.h"
5#include "Misc/Guid.h"
6
8{
9 enum Type
10 {
11 // Before any version changes were made
13
14 // Various global shader values converted to LWC types
16
17 // -----<new versions can be added above this line>-------------------------------------------------
20 };
21
22 // The GUID for this custom version number
23 CORE_API const static FGuid GUID;
24
26
28};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition UnrealString.h.inl:34
Definition Guid.h:109
Definition NaniteResearchStreamObjectVersion.h:8
CORE_API static const FGuid GUID
Definition NaniteResearchStreamObjectVersion.h:23
static CORE_API TMap< FGuid, FGuid > GetSystemGuids()
Definition NaniteResearchStreamObjectVersion.cpp:8
Type
Definition NaniteResearchStreamObjectVersion.h:10
@ LatestVersion
Definition NaniteResearchStreamObjectVersion.h:19
@ BeforeCustomVersionWasAdded
Definition NaniteResearchStreamObjectVersion.h:12
@ LWCTypesInShaders
Definition NaniteResearchStreamObjectVersion.h:15
@ VersionPlusOne
Definition NaniteResearchStreamObjectVersion.h:18