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

Function WriteUint32

Source/Engine/Serialization/WriteStream.h:71–74  ·  view source on GitHub ↗

Writes uint32 to the stream.

Source from the content-addressed store, hash-verified

69
70 // Writes uint32 to the stream.
71 FORCE_INLINE void WriteUint32(uint32 data)
72 {
73 WriteBytes(&data, sizeof(uint32));
74 }
75
76 // Writes int32 to the stream.
77 FORCE_INLINE void WriteInt32(int32 data)

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected