Open 3D Engine AzCore 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.
AZ::BehaviorEBusHandler::BusForwarderEvent Struct Reference

Public Member Functions

bool HasResult () const
 

Public Attributes

const char * m_name {}
 
AZ::Crc32 m_eventId
 
void * m_function {}
 Pointer user handler R Function(userData, Args...)
 
bool m_isFunctionGeneric {}
 
void * m_userData {}
 
AZStd::vector< BehaviorParameterm_parameters
 
AZStd::vector< BehaviorParameterMetadatam_metadataParameters
 

Member Function Documentation

◆ HasResult()

bool AZ::BehaviorEBusHandler::BusForwarderEvent::HasResult ( ) const
Note
, even if this function returns no result, the first parameter is STILL space for the result

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