Files
yuriy odonnell bec1e643ac unsync - Groundwork for mount command
#rb none

[CL 26154100 by yuriy odonnell in ue5-main branch]
2023-06-21 13:12:26 -04:00

17 lines
208 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "UnsyncCommon.h"
namespace unsync {
struct FCmdMountOptions
{
FPath Path;
};
int32 CmdMount(const FCmdMountOptions& Options);
}