Fix Compile Error
This commit is contained in:
@ -375,9 +375,9 @@ void UDTFluxRemoteSubsystem::LoadRundownFromSettings()
|
||||
|
||||
// Décharger l'ancien rundown d'abord
|
||||
UnloadCurrentRundown();
|
||||
|
||||
RundownAsset = RundownAsset.LoadSynchronous();
|
||||
// Charger le nouveau rundown
|
||||
if (LoadRundown(RundownAsset))
|
||||
if ( RundownAsset.IsValid())
|
||||
{
|
||||
UE_LOG(logDTFluxRemote, Log, TEXT("Successfully loaded rundown from settings: %s"), *RundownAsset.ToString());
|
||||
}
|
||||
@ -453,5 +453,5 @@ bool UDTFluxRemoteSubsystem::ProcessCommandData(const FString& JsonString)
|
||||
return false;
|
||||
}
|
||||
|
||||
void UDTFluxRemoteSubsystem::LoadRundown
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user