Files
UnrealEngineUWP/Engine/Source/Programs/Enterprise/Datasmith/DatasmithSDKSample/pch.h
johan duparc 3e976d3c0f Datasmith SDK Sample: Add missing Copyright Notices
#jira UE-164372
#rb none
#preflight none

[CL 22088500 by johan duparc in ue5-main branch]
2022-09-20 00:30:05 -04:00

14 lines
413 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#ifndef PCH_H
#define PCH_H
// DatasmithSDK project can be built from the main solution, we check that datasmith headers are accessible
#if !__has_include("DatasmithCore.h")
#error Datasmith SDK is not accessible. Make sure the SDK has been built from the main solution, and verify that DatasmithSDK.props correctly points to the SDK.
#endif
#endif //PCH_H