gwnavruntime/visualdebug/messages/visualdebugidremovalblob.h Source File
Go to the documentation of this file.
28 : m_visualDebugId(visualDebugId), m_blobTypeId(blobTypeId) {}
36 SwapEndianness(e,
self.m_visualDebugId);
37 SwapEndianness(e,
self.m_blobTypeId);
42 class VisualDebugDataRemovalBlobBuilder :
public BaseBlobBuilder<VisualDebugDataRemovalBlob>
46 : m_visualDebugId(visualDebugId), m_blobTypeId(blobTypeId) {}
48 virtual void DoBuild()
#define BLOB_SET(blob, value)
Use this macro only in implementations of BaseBlobBuilder::DoBuild().
Definition: baseblobbuilder.h:130
std::uint32_t KyUInt32
uint32_t
Definition: types.h:29
Send this blob to destroy the current visual debug data of type "blobType" in the visual debug elemen...
Definition: visualdebugidremovalblob.h:22
Target
Enumerates the possible endianness types relative to the current platform.
Definition: endianness.h:27
VisualDebugDataRemovalBlob * m_blob
The blob maintained by this builder. Only modify using the macros listed under DoBuild().
Definition: baseblobbuilder.h:113
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
#define KyUInt32MAXVAL
KyUInt32 max value
Definition: types.h:68