Add a blueprint exporter for claude code
This commit is contained in:
@@ -4,3 +4,15 @@
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
class FlxIntegrationModuleImpl : public IModuleInterface
|
||||
{
|
||||
public:
|
||||
virtual void StartupModule() override;
|
||||
virtual void ShutdownModule() override;
|
||||
|
||||
private:
|
||||
#if WITH_EDITOR
|
||||
void OnAssetSaved(const FString& PackageFilename, UPackage* Package, FObjectPostSaveContext Context);
|
||||
FDelegateHandle OnAssetSavedHandle;
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user