TNativeArray
A more optimized approach to unreals arrays for doing fast copying as well as being able to share data between managed and native without marshalling costs.
You can also use NativeArray without any marshalling costs
TNativeArray can also be represented as an ReadOnlySpan inside of a UFunction
Supported Types
Currently right now NativeArray only supports numerical primitive types
Last updated