File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,27 @@ from ._uobject_children import (
99 UArrayProperty ,
1010 UBlueprintGeneratedClass ,
1111 UBoolProperty ,
12+ UByteAttributeProperty ,
1213 UByteProperty ,
1314 UClass ,
1415 UClassProperty ,
16+ UComponentProperty ,
1517 UConst ,
18+ UDelegateProperty ,
1619 UDoubleProperty ,
1720 UEnumProperty ,
1821 UField ,
22+ UFloatAttributeProperty ,
1923 UFloatProperty ,
2024 UFunction ,
2125 UInt8Property ,
2226 UInt16Property ,
2327 UInt64Property ,
28+ UIntAttributeProperty ,
2429 UInterfaceProperty ,
2530 UIntProperty ,
2631 ULazyObjectProperty ,
32+ UMulticastDelegateProperty ,
2733 UNameProperty ,
2834 UObjectProperty ,
2935 UProperty ,
@@ -37,6 +43,7 @@ from ._uobject_children import (
3743 UUInt16Property ,
3844 UUInt32Property ,
3945 UUInt64Property ,
46+ UWeakObjectProperty ,
4047)
4148from ._weak_pointer import WeakPointer
4249from ._wrapped_array import WrappedArray
@@ -48,22 +55,28 @@ __all__: tuple[str, ...] = (
4855 "UArrayProperty" ,
4956 "UBlueprintGeneratedClass" ,
5057 "UBoolProperty" ,
58+ "UByteAttributeProperty" ,
5159 "UByteProperty" ,
5260 "UClass" ,
5361 "UClassProperty" ,
62+ "UComponentProperty" ,
5463 "UConst" ,
64+ "UDelegateProperty" ,
5565 "UDoubleProperty" ,
5666 "UEnum" ,
5767 "UEnumProperty" ,
5868 "UField" ,
69+ "UFloatAttributeProperty" ,
5970 "UFloatProperty" ,
6071 "UFunction" ,
6172 "UInt8Property" ,
6273 "UInt16Property" ,
6374 "UInt64Property" ,
75+ "UIntAttributeProperty" ,
6476 "UInterfaceProperty" ,
6577 "UIntProperty" ,
6678 "ULazyObjectProperty" ,
79+ "UMulticastDelegateProperty" ,
6780 "UNameProperty" ,
6881 "UObject" ,
6982 "UObjectProperty" ,
@@ -78,6 +91,7 @@ __all__: tuple[str, ...] = (
7891 "UUInt16Property" ,
7992 "UUInt32Property" ,
8093 "UUInt64Property" ,
94+ "UWeakObjectProperty" ,
8195 "WeakPointer" ,
8296 "WrappedArray" ,
8397 "WrappedMulticastDelegate" ,
You can’t perform that action at this time.
0 commit comments