unreal.FixedArray
¶
- class unreal.FixedArray(type: type, len: int)¶
Bases:
_WrapperBase
,MutableSequence
[_ElemType
]Type for all Unreal exposed fixed-array instances
- __copy__(self) FixedArray[_ElemType] -- copy this Unreal fixed-array ¶
- classmethod cast(cls, type: Type[_ElemType], obj: object) FixedArray[_ElemType] -- cast the given object to this Unreal fixed-array type ¶
- copy(self) FixedArray[_ElemType] -- copy this Unreal fixed-array ¶