Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
NiagaraObjectVersion.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
7// Custom serialization version for changes made in Dev-Niagara stream
9{
10 enum Type
11 {
12 // Before any version changes were made
14
16
17 // -----<new versions can be added above this line>-------------------------------------------------
20 };
21
22 // The GUID for this custom version number
23 const static FGuid GUID;
24
25private:
27};
Definition Guid.h:108