Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelEditor
| Name | FConversionFunctionValue |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelEditor/Public/Types/MVVMConversionFunctionValue.h |
| Include Path | #include "Types/MVVMConversionFunctionValue.h" |
Syntax
struct FConversionFunctionValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConversionFunctionValue
(
TSubclassOf< UK2Node > Node |
Types/MVVMConversionFunctionValue.h | ||
FConversionFunctionValue
(
const UFunction* Function |
Types/MVVMConversionFunctionValue.h | ||
| Types/MVVMConversionFunctionValue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConversionFunction | const UFunction * | Types/MVVMConversionFunctionValue.h | ||
| ConversionNode | TSubclassOf< UK2Node > | Types/MVVMConversionFunctionValue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetCategory() |
Types/MVVMConversionFunctionValue.h | ||
FText GetDisplayName() |
Types/MVVMConversionFunctionValue.h | ||
FName GetFName() |
Types/MVVMConversionFunctionValue.h | ||
FString GetFullGroupName
(
bool bStartWithOuter |
Types/MVVMConversionFunctionValue.h | ||
const UFunction * GetFunction() |
Types/MVVMConversionFunctionValue.h | ||
FString GetName() |
Types/MVVMConversionFunctionValue.h | ||
TSubclassOf< UK2Node > GetNode() |
Types/MVVMConversionFunctionValue.h | ||
| Types/MVVMConversionFunctionValue.h | |||
FText GetTooltip() |
Types/MVVMConversionFunctionValue.h | ||
bool IsFunction() |
Types/MVVMConversionFunctionValue.h | ||
bool IsNode() |
Types/MVVMConversionFunctionValue.h | ||
bool IsValid() |
Types/MVVMConversionFunctionValue.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const UFunction* Other |
Types/MVVMConversionFunctionValue.h | ||
bool operator==
(
const FConversionFunctionValue& Other |
Types/MVVMConversionFunctionValue.h | ||
bool operator==
(
const TSubclassOf< UK2Node > Other |
Types/MVVMConversionFunctionValue.h |