Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static bool IsInterfaceFunction
&40;
UBlueprint &42; Blueprint,
UFunction &42; Function
&41;
Remarks
Checks if the given function is a part of an interface on this blueprint True if the given function is implemented as part of an interface
Parameters
| Name | Description |
|---|---|
| Blueprint | The blueprint to consider |
| Function | Function to check if it is an interface or not |