@ZkarmaKun you use the unreal.uproperty() function, and pass the type. Like this
@unreal.uclass()
class MyPyObject(Object):
prop_from_python = unreal.uproperty(int)
@ZkarmaKun you use the unreal.uproperty() function, and pass the type. Like this
@unreal.uclass()
class MyPyObject(Object):
prop_from_python = unreal.uproperty(int)