Navigation
API > API/Plugins > API/Plugins/VariantManagerContent > API/Plugins/VariantManagerContent/FFunctionCaller
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanHaveArguments () |
Returns true if bound to a function that can take arguments | FunctionCaller.h | |
static bool CanHaveArguments
(
UK2Node_FunctionEntry* ThisFunc |
Returns true if bound to a function that can take arguments | FunctionCaller.h |
CanHaveArguments()
Description
Returns true if bound to a function that can take arguments
| Name | CanHaveArguments |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/FunctionCaller.h |
| Include Path | #include "FunctionCaller.h" |
| Source | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/FunctionCaller.cpp |
bool CanHaveArguments() const
true if bound and if function can take arguments.
CanHaveArguments(UK2Node_FunctionEntry *)
Description
Returns true if bound to a function that can take arguments
| Name | CanHaveArguments |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/FunctionCaller.h |
| Include Path | #include "FunctionCaller.h" |
| Source | /Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/FunctionCaller.cpp |
static bool CanHaveArguments
(
UK2Node_FunctionEntry * ThisFunc
)
true if bound and if function can take arguments.
Parameters
| Name | Remarks |
|---|---|
| ThisFunc | The graph node to bind to |