Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SFixupSelfContextDialog
Description
Creates the missing function or event in the blueprint we are copying to. If the FuncToFix came from a custom event, then create a matching one here.
| Name | CreateMissingFunctions |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SFixupSelfContextDlg.h |
| Include Path | #include "SFixupSelfContextDlg.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SFixupSelfContextDlg.cpp |
void CreateMissingFunctions
(
FListViewItem FuncToFix
)
Parameters
| Name | Remarks |
|---|---|
| FuncToFix | The function that needs to be created that was on the old BP, but not this one |