You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Specify a short name for DMXPixelMappingBlueprintGraph intermediates to avoid path length warnings
#rb #rnx #jira #ROBOMERGE-SOURCE: CL 14570813 in //UE4/Release-4.26/... #ROBOMERGE-BOT: RELEASE (Release-4.26 -> Release-Engine-Staging) (v750-14555174) #ROBOMERGE[STARSHIP]: UE5-Main [CL 14570827 by marc audy in Release-Engine-Staging branch]
This commit is contained in:
@@ -6,6 +6,8 @@ public class DMXPixelMappingBlueprintGraph : ModuleRules
|
||||
{
|
||||
public DMXPixelMappingBlueprintGraph(ReadOnlyTargetRules Target) : base(Target)
|
||||
{
|
||||
ShortName = "DMXPxlMapBPGraph";
|
||||
|
||||
PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||
|
||||
PublicDependencyModuleNames.AddRange(
|
||||
|
||||
Reference in New Issue
Block a user