Fixed up locations making one off thumbnail pools and converted them to use the shared thumbnail pool.

[CL 15211295 by Matt Kuhlenschmidt in ue5-main branch]
This commit is contained in:
Matt Kuhlenschmidt
2021-01-26 17:21:08 -04:00
parent c2b2592db0
commit 24fd139385
33 changed files with 53 additions and 115 deletions
@@ -47,6 +47,7 @@ public:
virtual TSharedPtr<IAssetViewport> GetActiveViewportInterface() = 0;
/** Get the thumbnail pool used by this level editor */
UE_DEPRECATED(5.0, "GetThumbnailPool has been replaced by UThumbnailManager::Get().GetSharedThumbnailPool().")
virtual TSharedPtr< class FAssetThumbnailPool > GetThumbnailPool() const = 0;
/** Access the level editor's action command list */