Skip to content

Commit

Permalink
Merge pull request #54 from apple1417/master
Browse files Browse the repository at this point in the history
fill in missing property types in stubs
  • Loading branch information
apple1417 authored Oct 20, 2024
2 parents 93f36f7 + 2c2239b commit b5ceb8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stubs/unrealsdk/unreal/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -37,6 +43,7 @@ from ._uobject_children import (
UUInt16Property,
UUInt32Property,
UUInt64Property,
UWeakObjectProperty,
)
from ._weak_pointer import WeakPointer
from ._wrapped_array import WrappedArray
Expand All @@ -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",
Expand All @@ -78,6 +91,7 @@ __all__: tuple[str, ...] = (
"UUInt16Property",
"UUInt32Property",
"UUInt64Property",
"UWeakObjectProperty",
"WeakPointer",
"WrappedArray",
"WrappedMulticastDelegate",
Expand Down

0 comments on commit b5ceb8e

Please sign in to comment.