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 ()
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 | |
|---|---|---|---|
| UFunction * | GetFunction
(
FName FunctionName |
Find the UFunction from the Class. | |
| FName | GetFunctionName
(
const TArrayView< const FName > Names, |
||
| int32 | |||
| FProperty * | GetProperty
(
FName PropertyName |
Find the FProperty from the Class. | |
| FName | GetPropertyName
(
const TArrayView< const FName > Names, |
||
| int32 | |||
| const UStruct * | GetStruct () |