From 39245e68268f347b5d45b3a92e7786c67c1d65b5 Mon Sep 17 00:00:00 2001 From: Damien Pernuit Date: Mon, 11 Mar 2024 11:10:47 -0400 Subject: [PATCH] - Fix for 5.0/Mac builds --- Source/HoudiniEngineEditor/Private/HoudiniEngineEditor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/HoudiniEngineEditor/Private/HoudiniEngineEditor.h b/Source/HoudiniEngineEditor/Private/HoudiniEngineEditor.h index 6227705dc4..7c4fcf3722 100755 --- a/Source/HoudiniEngineEditor/Private/HoudiniEngineEditor.h +++ b/Source/HoudiniEngineEditor/Private/HoudiniEngineEditor.h @@ -401,8 +401,11 @@ class HOUDINIENGINEEDITOR_API FHoudiniEngineEditor : public IHoudiniEngineEditor // Delegate handle for LevelEditorModule::OnRegisterTabs FDelegateHandle OnLevelEditorRegisterTabsHandle; + /* + * // Delegate handle for AssetTools::IsNameAllowed FIsNameAllowed OnIsNameAllowed; + */ // List of actors that HandleOnDeleteActorsBegin marked to _not_ be deleted. This // is used to re-select these actors in HandleOnDeleteActorsEnd.