Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
| Name | EMVVMBindingMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Types/MVVMBindingMode.h |
| Include Path | #include "Types/MVVMBindingMode.h" |
Syntax
enum EMVVMBindingMode
{
OneTimeToDestination = 0,
OneWayToDestination,
TwoWay,
UMETA =(Hidden),
OneWayToSource,
}
Values
| Name | Remarks |
|---|---|
| OneTimeToDestination | |
| OneWayToDestination | |
| TwoWay | |
| UMETA | |
| OneWayToSource |