UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CDKey.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 CDKey.h: CD Key validation
5=============================================================================*/
6
7#pragma once
8
10
11/*-----------------------------------------------------------------------------
12 Global CD Key functions
13-----------------------------------------------------------------------------*/
14
15FString GetCDKeyHash();
16FString GetCDKeyResponse( const TCHAR* Challenge );
17
FString GetCDKeyHash()
Definition CDKey.cpp:21
FString GetCDKeyResponse(const TCHAR *Challenge)
Definition CDKey.cpp:26
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135