-
-
Notifications
You must be signed in to change notification settings - Fork 87
クラス in Unreal Engine
Kasugaccho edited this page Aug 3, 2019
·
8 revisions
ダウンロードしたファイルを解凍する。
C++プロジェクトとしてUE4プロジェクトの Source/ 以下に library/DTL フォルダを作成する。
そこに、DTLライブラリの include 以下をコピーする。
UE4プロジェクトを開き直し、 (プロジェクト名)Build.cs に以下を記述。
PublicIncludePaths.Add(ModuleDirectory + "/library/DTL/");
PrivateDependencyModuleNames.AddRange(new string[] { "Landscape", "LandscapeEditor" });Copyright (c) 2018-2021 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)