October3d55/M/LGUI/Source/LGUIEditor/Private/ContentBrowserExtensions/LGUIContentBrowserExtensions.h

13 lines
205 B
C
Raw Normal View History

2025-03-10 09:43:27 +08:00
// Copyright 2019-Present LexLiu. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
class FLGUIContentBrowserExtensions
{
public:
static void InstallHooks();
static void RemoveHooks();
};