Navigation
API > API/Editor > API/Editor/MainFrame > API/Editor/MainFrame/Interfaces > API/Editor/MainFrame/Interfaces/IMainFrameModule
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, TSharedPtr< SWindow >, bool >
- IMainFrameModule::FMainFrameCreationFinishedEvent
References
| Module | MainFrame |
| Header | /Engine/Source/Editor/MainFrame/Public/Interfaces/IMainFrameModule.h |
| Include | #include "Interfaces/IMainFrameModule.h" |
Syntax
class FMainFrameCreationFinishedEvent : public TBaseMulticastDelegate_TwoParams< void, TSharedPtr< SWindow >, bool >
Remarks
Delegate for binding functions to be called when the mainframe finishes up getting created.