// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "ColumnWrappingContainer.h" /** * Provides templates for */ struct FColumnWrappingContainerTemplates { /** * Gets the singleton instance of FColumnWrappingContainerTemplates */ static FColumnWrappingContainerTemplates& Get(); /** * Creates a TSharedRef that will create columns on a best fit for size basis */ TSharedRef GetBestFitColumnsWithSmallCells(); };