Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::ScriptDebugEnumLocalsResult Class Reference

Inherits AzFramework::RemoteToolsMessage.

Public Member Functions

 AZ_CLASS_ALLOCATOR (ScriptDebugEnumLocalsResult, AZ::SystemAllocator)
 
 AZ_RTTI (ScriptDebugEnumLocalsResult, "{201701DD-0B74-4886-AB84-93BDB338A8DD}", RemoteToolsMessage)
 
- Public Member Functions inherited from AzFramework::RemoteToolsMessage
 AZ_CLASS_ALLOCATOR (RemoteToolsMessage, AZ::OSAllocator)
 
 AZ_RTTI (RemoteToolsMessage, "{8512328C-949D-4F0C-B48D-77C26C207443}")
 
 RemoteToolsMessage (AZ::u64 msgId)
 
void AddCustomBlob (const void *blob, size_t blobSize, bool ownBlob=false)
 
void AddCustomBlob (AZStd::span< AZStd::byte const > blob, bool ownBlob=false)
 
const AZStd::span< AZStd::byte const > GetCustomBlob () const
 
size_t GetCustomBlobSize () const
 
bool GetIsBlobOwner () const
 
AZ::u64 GetId () const
 
AZ::u32 GetSenderTargetId () const
 
void SetSenderTargetId (AZ::u32 senderTargetId)
 

Public Attributes

AZStd::vector< AZStd::string > m_names
 

Additional Inherited Members

- Static Public Member Functions inherited from AzFramework::RemoteToolsMessage
static void ReflectRemoteToolsMessage (AZ::ReflectContext *reflection)
 
- Protected Attributes inherited from AzFramework::RemoteToolsMessage
AZ::u64 m_msgId = 0
 
AZ::u32 m_senderTargetId = 0
 
AZStd::span< AZStd::byte const > m_customBlob
 
bool m_isBlobOwner = false
 

The documentation for this class was generated from the following file: