Skip to content

Commit

Permalink
- Fix for 5.0/Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dpernuit committed Mar 11, 2024
1 parent 116273d commit 39245e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/HoudiniEngineEditor/Private/HoudiniEngineEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 39245e6

Please sign in to comment.