Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
Description
Removes a parameter from an event dispatcher's signature. Returns false if the dispatcher or parameter does not exist.
| Name | RemoveEventDispatcherParameter |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include Path | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Blueprint Editor", Meta=(ScriptMethod))
static bool RemoveEventDispatcherParameter
(
UBlueprint * Blueprint,
FName DispatcherName,
FName ParamName
)