Files
UnrealEngine/Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/OpLayoutPack.h
2025-05-18 13:04:45 +08:00

13 lines
174 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
namespace mu
{
class FLayout;
extern void LayoutPack3(FLayout* Result, const FLayout* SourceLayout);
}