Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns context menu name | EdGraph/EdGraphSchema.h | ||
static FName GetContextMenuName
(
UClass* InClass |
Returns context menu name for a given class | EdGraph/EdGraphSchema.h |
GetContextMenuName()
Description
Returns context menu name
| Name | GetContextMenuName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
FName GetContextMenuName() const
GetContextMenuName(UClass *)
Description
Returns context menu name for a given class
| Name | GetContextMenuName |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp |
static FName GetContextMenuName
(
UClass * InClass
)