You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove debug code accidently submitted in CL 25066347
#rb trivial #jira none #rnx #preflight 643d4f59930b3b84922485c2 [CL 25067672 by paul chipchase in ue5-main branch]
This commit is contained in:
@@ -136,7 +136,7 @@ bool FDDCBackend::PushData(TArrayView<FPushRequest> Requests, EPushFlags Flags)
|
||||
bool FDDCBackend::PullData(TArrayView<FPullRequest> Requests, EPullFlags Flags)
|
||||
{
|
||||
TRACE_CPUPROFILER_EVENT_SCOPE(FDDCBackend::PullData);
|
||||
#if 0
|
||||
|
||||
UE::DerivedData::ICache& Cache = UE::DerivedData::GetCache();
|
||||
|
||||
UE::DerivedData::FRequestOwner Owner(UE::DerivedData::EPriority::Normal);
|
||||
@@ -163,7 +163,7 @@ bool FDDCBackend::PullData(TArrayView<FPullRequest> Requests, EPullFlags Flags)
|
||||
}
|
||||
|
||||
Owner.Wait();
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user