#include <UiRadioButtonCommunicationBus.h>
Inherits AZ::ComponentBus.
 | 
| virtual void  | SetState (bool isOn, bool sendNotifications)=0 | 
|   | 
| 
virtual void  | SetGroup (AZ::EntityId group)=0 | 
|   | Set the radio button group. 
  | 
|   | 
 | 
| 
static const AZ::EBusHandlerPolicy  | HandlerPolicy = AZ::EBusHandlerPolicy::Single | 
|   | Only one component on an entity can implement the events. 
  | 
|   | 
Interface class that a radio button component needs to implement. This interface allows the radio button group to communicate with the radio button itself 
 
◆ SetState()
  
  
      
        
          | virtual void UiRadioButtonCommunicationInterface::SetState  | 
          ( | 
          bool  | 
          isOn,  | 
         
        
           | 
           | 
          bool  | 
          sendNotifications  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Used by the group to set the state of the radio button 
- Parameters
 - 
  
    | The | new desired state of the radio button.  | 
    | Whether | the button should inform listeners that it was changed.  | 
  
   
 
 
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiRadioButtonCommunicationBus.h