Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/FMVVMBlueprintFunctionReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UFunction * GetFunction
(
const UBlueprint* SelfContext |
If the node is of type Function, resolves the function. | MVVMBlueprintFunctionReference.h | |
const UFunction * GetFunction
(
const UClass* SelfContext |
If the node is of type Function, resolves the function. | MVVMBlueprintFunctionReference.h |
GetFunction(const UBlueprint *)
Description
If the node is of type Function, resolves the function. Uses the blueprint, if the function is defined on the BP itself.
| Name | GetFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintFunctionReference.h |
| Include Path | #include "MVVMBlueprintFunctionReference.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Private/MVVMBlueprintFunctionReference.cpp |
const UFunction * GetFunction
(
const UBlueprint * SelfContext
) const
GetFunction(const UClass *)
Description
If the node is of type Function, resolves the function. Uses the blueprint, if the function is defined on the BP itself.
| Name | GetFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintFunctionReference.h |
| Include Path | #include "MVVMBlueprintFunctionReference.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Private/MVVMBlueprintFunctionReference.cpp |
const UFunction * GetFunction
(
const UClass * SelfContext
) const