mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 02:58:44 +08:00
[ue4] Added commented build line in plugin Build.cs for UE 4.20. Updated C++ sample.
This commit is contained in:
parent
754d7f8ac5
commit
4273b798f3
Binary file not shown.
@ -10,6 +10,8 @@ namespace UnrealBuildTool.Rules
|
||||
PrivateIncludePaths.AddRange(new string[] { "SpinePlugin/Private", "SpinePlugin/Public/spine-cpp/include" });
|
||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "RHI", "RenderCore", "ShaderCore", "ProceduralMeshComponent", "UMG", "Slate", "SlateCore" });
|
||||
Definitions.Add("SPINE_UE4");
|
||||
// In Unreal 4.20, comment the above line, uncomment the below line
|
||||
// PublicDefinitions.Add("SPINE_UE4");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user