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