EM_Task/UnrealEd/Private/ReferenceInfoUtils.h
Boshuang Zhao 5144a49c9b add
2026-02-13 16:18:33 +08:00

14 lines
294 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
namespace ReferenceInfoUtils
{
/**
* Outputs reference info to a log file
*/
void GenerateOutput(UWorld* InWorld, int32 Depth, bool bShowDefault, bool bShowScript);
} // namespace ReferenceInfoUtils