MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReadArray

Function ReadArray

Source/Engine/Serialization/ReadStream.h:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 /// <param name="data">Array to read</param>
253 template<typename T, typename AllocationType = HeapAllocation>
254 DEPRECATED("Use Read method") void ReadArray(Array<T, AllocationType>* data)
255 {
256 Read(*data);
257 }
258
259 // Deserialization of math types with float or double depending on the context (must match serialization)
260 // Set useDouble=true to explicitly use 64-bit precision for serialized data

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected