hey @Ro-Su- in the same way we can override ufunctions there is a way to create uproperties inside a custom class? like:
@unreal.uclass()
class MyClass(Object):
@unreal.uproperty()
MyVar = 20
I can’t find a proper way 
hey @Ro-Su- in the same way we can override ufunctions there is a way to create uproperties inside a custom class? like:
@unreal.uclass()
class MyClass(Object):
@unreal.uproperty()
MyVar = 20
I can’t find a proper way 