Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetCompactNodeTitle () |
Return title if drawing this node in 'compact' mode | K2Node_CallFunction.h | |
static FString GetCompactNodeTitle
(
const UFunction* Function |
Get the compact name for this function | K2Node_CallFunction.h |
GetCompactNodeTitle()
Description
Return title if drawing this node in 'compact' mode
| Name | GetCompactNodeTitle |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h |
| Include Path | #include "K2Node_CallFunction.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp |
virtual FText GetCompactNodeTitle() const
GetCompactNodeTitle(const UFunction *)
Description
Get the compact name for this function
| Name | GetCompactNodeTitle |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CallFunction.h |
| Include Path | #include "K2Node_CallFunction.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CallFunction.cpp |
static FString GetCompactNodeTitle
(
const UFunction * Function
)