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

Function WriteInt64

Source/Engine/Serialization/WriteStream.h:83–86  ·  view source on GitHub ↗

Writes int64 to the stream.

Source from the content-addressed store, hash-verified

81
82 // Writes int64 to the stream.
83 FORCE_INLINE void WriteInt64(int64 data)
84 {
85 WriteBytes(&data, sizeof(int64));
86 }
87
88 // Writes uint64 to the stream.
89 FORCE_INLINE void WriteUint64(uint64 data)

Callers 3

Int64Method · 0.85
Int64Method · 0.85
WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected