mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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" });
|
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" });
|
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "RHI", "RenderCore", "ShaderCore", "ProceduralMeshComponent", "UMG", "Slate", "SlateCore" });
|
||||||
Definitions.Add("SPINE_UE4");
|
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