diff --git a/stubs/unrealsdk/unreal/__init__.pyi b/stubs/unrealsdk/unreal/__init__.pyi index 3aa3e52..a8628f3 100644 --- a/stubs/unrealsdk/unreal/__init__.pyi +++ b/stubs/unrealsdk/unreal/__init__.pyi @@ -9,21 +9,27 @@ from ._uobject_children import ( UArrayProperty, UBlueprintGeneratedClass, UBoolProperty, + UByteAttributeProperty, UByteProperty, UClass, UClassProperty, + UComponentProperty, UConst, + UDelegateProperty, UDoubleProperty, UEnumProperty, UField, + UFloatAttributeProperty, UFloatProperty, UFunction, UInt8Property, UInt16Property, UInt64Property, + UIntAttributeProperty, UInterfaceProperty, UIntProperty, ULazyObjectProperty, + UMulticastDelegateProperty, UNameProperty, UObjectProperty, UProperty, @@ -37,6 +43,7 @@ from ._uobject_children import ( UUInt16Property, UUInt32Property, UUInt64Property, + UWeakObjectProperty, ) from ._weak_pointer import WeakPointer from ._wrapped_array import WrappedArray @@ -48,22 +55,28 @@ __all__: tuple[str, ...] = ( "UArrayProperty", "UBlueprintGeneratedClass", "UBoolProperty", + "UByteAttributeProperty", "UByteProperty", "UClass", "UClassProperty", + "UComponentProperty", "UConst", + "UDelegateProperty", "UDoubleProperty", "UEnum", "UEnumProperty", "UField", + "UFloatAttributeProperty", "UFloatProperty", "UFunction", "UInt8Property", "UInt16Property", "UInt64Property", + "UIntAttributeProperty", "UInterfaceProperty", "UIntProperty", "ULazyObjectProperty", + "UMulticastDelegateProperty", "UNameProperty", "UObject", "UObjectProperty", @@ -78,6 +91,7 @@ __all__: tuple[str, ...] = ( "UUInt16Property", "UUInt32Property", "UUInt64Property", + "UWeakObjectProperty", "WeakPointer", "WrappedArray", "WrappedMulticastDelegate",