Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
Contains a single combination to execute a binding for a specific library.
| Name | FMVVMVCompiledBinding |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Bindings/MVVMCompiledBindingLibrary.h |
| Include Path | #include "Bindings/MVVMCompiledBindingLibrary.h" |
Syntax
USTRUCT ()
struct FMVVMVCompiledBinding
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexType | int16 | Bindings/MVVMCompiledBindingLibrary.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FMVVMCompiledBindingLibrary | friend | Bindings/MVVMCompiledBindingLibrary.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompiledBindingLibraryId | FGuid | Bindings/MVVMCompiledBindingLibrary.h |
|
|
| ConversionFunctionFieldPath | FMVVMVCompiledFieldPath | Bindings/MVVMCompiledBindingLibrary.h | ||
| DestinationFieldPath | FMVVMVCompiledFieldPath | Bindings/MVVMCompiledBindingLibrary.h | ||
| SourceFieldPath | FMVVMVCompiledFieldPath | Bindings/MVVMCompiledBindingLibrary.h | ||
| Type | uint8 | Bindings/MVVMCompiledBindingLibrary.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMVVMVCompiledFieldPath GetConversionFunctionFieldPath() |
Bindings/MVVMCompiledBindingLibrary.h | ||
FMVVMVCompiledFieldPath GetDestinationFieldPath() |
Bindings/MVVMCompiledBindingLibrary.h | ||
FMVVMVCompiledFieldPath GetSourceFieldPath() |
Bindings/MVVMCompiledBindingLibrary.h | ||
bool HasComplexConversionFunction () |
A conversion function is needed to run the binding. | Bindings/MVVMCompiledBindingLibrary.h | |
bool HasSimpleConversionFunction () |
A conversion function is needed to run the binding. | Bindings/MVVMCompiledBindingLibrary.h | |
bool IsComplexBinding() |
The binding runs with the BP virtual machine. It is on the form: Destination() | Bindings/MVVMCompiledBindingLibrary.h | |
bool IsRuntimeBinding () |
The binding runs in native. | Bindings/MVVMCompiledBindingLibrary.h | |
bool IsValid() |
Bindings/MVVMCompiledBindingLibrary.h |