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

Function WriteUint64

Source/Engine/Serialization/WriteStream.h:89–92  ·  view source on GitHub ↗

Writes uint64 to the stream.

Source from the content-addressed store, hash-verified

87
88 // Writes uint64 to the stream.
89 FORCE_INLINE void WriteUint64(uint64 data)
90 {
91 WriteBytes(&data, sizeof(uint64));
92 }
93
94 // Writes float to the stream.
95 FORCE_INLINE void WriteFloat(float data)

Callers 3

Uint64Method · 0.85
Uint64Method · 0.85
WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected