Files
zousar shaker 6aa9ea1e0f Allow for pre-booting the cooker and injecting one or more plugins to be cooked after the pre-boot has happened.
#rb matt.peters
#rb yliang.siew

[CL 24263249 by zousar shaker in ue5-main branch]
2023-02-16 13:34:04 -05:00

12 lines
247 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Containers/UnrealString.h"
#include "HAL/Platform.h"
struct DESKTOPPLATFORM_API FLockFile
{
static bool TryReadAndClear(const TCHAR* FileName, FString& OutContents);
};