Add TrackedRequest implementation in DTFluxCoreSubsystem and various Modifications and bugfixes.
This commit is contained in:
@ -120,6 +120,7 @@ void FDTFluxAsyncParser::ParseResponseAsync(
|
||||
OnFailed.ExecuteIfBound(RequestId, TEXT("Empty JSON data"));
|
||||
return;
|
||||
}
|
||||
UE_LOG(logDTFluxNetwork, Verbose, TEXT("Starting async parsing for request %s"), *RequestId.ToString());
|
||||
|
||||
// Créer la tâche de parsing
|
||||
FGraphEventRef Task = FFunctionGraphTask::CreateAndDispatchWhenReady(
|
||||
|
||||
Reference in New Issue
Block a user