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

Function ReadInt32

Source/Engine/Serialization/ReadStream.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 FORCE_INLINE void ReadInt32(int32* data)
82 {
83 ReadBytes(data, sizeof(int32));
84 }
85
86 FORCE_INLINE void ReadUint64(uint64* data)
87 {

Callers 4

ReadStringMethod · 0.85
ReadFunction · 0.85
ReadMethod · 0.85
ReadJsonMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected