Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMVVMBlueprintViewConversionFunction
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewConversionFunction.h |
| Include | #include "MVVMBlueprintViewConversionFunction.h" |
Syntax
UCLASS&40;&41;
class UMVVMBlueprintViewConversionFunction : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UFunction * | GetCompiledFunction
(
const UClass* SelfContext |
||
| FName | |||
| TVariant< const UFunction *, TSubclassOf< UK2Node > > | GetConversionFunction
(
const UClass* SelfContext |
||
| UEdGraphPin * | GetOrCreateGraphPin
(
UBlueprint* Blueprint, |
Returns the pin from the graph. | |
| UEdGraph * | If needed, create the graph and all the nodes for that graph when compiling. | ||
| UEdGraph * | GetOrCreateWrapperGraph
(
UBlueprint* Blueprint |
If needed, create the graph and all the nodes for that graph. | |
| TArrayView< const FMVVMBlueprintPin > | GetPins () |
||
| UEdGraph * | Return the wrapper graph, if it exists. | ||
| FName | |||
| UK2Node * | |||
| void | InitFromFunction
(
UBlueprint* SelfContext, |
Set the function. Generate a Graph is the conversion function is complex. | |
| void | InitFromFunction
(
UBlueprint* SelfContext, |
Set the function. Generate a Graph is the conversion function is complex. | |
| void | InitializeFromMemberReference
(
UBlueprint* SelfContext, |
For deprecation. | |
| void | InitializeFromWrapperGraph
(
UBlueprint* SelfContext, |
For deprecation. | |
| bool | The wrapper Graph is generated on domains and is not saved. | ||
| bool | The function has more than one argument and requires a wrapper or it uses a FunctionNode. | ||
| void | RemoveWrapperGraph
(
UBlueprint* Blueprint |
The conversion function is going to be removed from the Blueprint. Do any cleanup that is needed. | |
| void | SavePinValues
(
UBlueprint* Blueprint |
Generates SavedPins from the wrapper graph, if it exists. | |
| void | SetGraphPin
(
UBlueprint* Blueprint, |