DatasmithCore.h
1
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#include "CoreTypes.h"
5
6
#include "Logging/LogMacros.h"
7
8
DECLARE_LOG_CATEGORY_EXTERN(LogDatasmith, Log, All);
Developer
Datasmith
DatasmithCore
Public
DatasmithCore.h