Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
| |
|
| Name |
FMVVMCompiledLoadedPropertyOrFunctionIndex |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Bindings/MVVMCompiledBindingLibrary.h |
| Include Path |
#include "Bindings/MVVMCompiledBindingLibrary.h" |
Syntax
USTRUCT ()
struct FMVVMCompiledLoadedPropertyOrFunctionIndex
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FMVVMCompiledLoadedPropertyOrFunctionIndex()
|
|
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 |
| bIsObjectProperty |
uint8 |
Is the property or the return property of the UFunction is a FObjectPropertyBase |
Bindings/MVVMCompiledBindingLibrary.h |
|
| bIsProperty |
uint8 |
Is the index in LoadedProperties or LoadedFunctions. |
Bindings/MVVMCompiledBindingLibrary.h |
|
| bIsScriptStructProperty |
uint8 |
Is the property or the return property of the UFunction is a FStructProperty |
Bindings/MVVMCompiledBindingLibrary.h |
|
| Index |
int16 |
Is the index in LoadedProperties or LoadedFunctions. |
Bindings/MVVMCompiledBindingLibrary.h |
|
Functions
Public