unreal.MVVMFieldValueChangedTest

class unreal.MVVMFieldValueChangedTest(outer: Object | None = None, name: Name | str = 'None')

Bases: MVVMViewModelBase

MVVMField Value Changed Test

C++ Source:

  • Plugin: ModelViewViewModel

  • Module: ModelViewViewModelEditor

  • File: MVVMFieldValueChangedTest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • property_float (float): [Read-Write]

  • property_int (int32): [Read-Write]

function_float() float

Function Float

Return type:

float

function_int() int32

Function Int

Return type:

int32

property property_float: float

[Read-Only]

Type:

(float)

property property_int: int

[Read-Write]

Type:

(int32)