Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CallFunction
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ShouldDrawCompact () |
Should draw compact | K2Node_CallFunction.h | |
static bool ShouldDrawCompact
(
const UFunction* Function |
Should be drawn compact for this function | K2Node_CallFunction.h |
ShouldDrawCompact()
Description
Should draw compact
| Name | ShouldDrawCompact |
| 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 bool ShouldDrawCompact() const
ShouldDrawCompact(const UFunction *)
Description
Should be drawn compact for this function
| Name | ShouldDrawCompact |
| 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 bool ShouldDrawCompact
(
const UFunction * Function
)