Running a Python script with c++

@ZkarmaKun you use the unreal.uproperty() function, and pass the type. Like this


@unreal.uclass()
class MyPyObject(Object):
    prop_from_python = unreal.uproperty(int)