Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/Bindings
References
| Module | ModelViewViewModel |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Bindings/MVVMCompiledBindingLibrary.h |
| Include | #include "Bindings/MVVMCompiledBindingLibrary.h" |
Syntax
USTRUCT&40;&41;
struct FMVVMVCompiledFields
Remarks
The info to fetch a list of FProperty or UFunction from a Class that will be needed by bindings.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::FieldNotification::FFieldId | GetFieldId
(
FName FieldName |
Find the FFieldId from the Class. | |
| FName | GetFieldIdName
(
TArrayView< FName > Names, |
||
| int32 | |||
| UFunction * | GetFunction
(
FName FunctionName |
Find the UFunction from the Class. | |
| FName | GetFunctionName
(
TArrayView< FName > Names, |
||
| int32 | |||
| FProperty * | GetProperty
(
FName PropertyName |
Find the FProperty from the Class. | |
| FName | GetPropertyName
(
TArrayView< FName > Names, |
||
| int32 | |||
| const UStruct * | GetStruct () |