Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintCompilerContext > API/Editor/UMGEditor/FWidgetBlueprintCompilerContext/FCreateVariableContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMulticastDelegateProperty * CreateMulticastDelegateVariable
(
const FName Name |
WidgetBlueprintCompiler.h | ||
FMulticastDelegateProperty * CreateMulticastDelegateVariable
(
const FName Name, |
WidgetBlueprintCompiler.h |
CreateMulticastDelegateVariable(const FName)
| Name | CreateMulticastDelegateVariable |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintCompiler.h |
| Include Path | #include "WidgetBlueprintCompiler.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp |
FMulticastDelegateProperty * CreateMulticastDelegateVariable
(
const FName Name
) const
CreateMulticastDelegateVariable(const FName, const FEdGraphPinType &)
| Name | CreateMulticastDelegateVariable |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintCompiler.h |
| Include Path | #include "WidgetBlueprintCompiler.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintCompiler.cpp |
FMulticastDelegateProperty * CreateMulticastDelegateVariable
(
const FName Name,
const FEdGraphPinType & Type
) const