Inherits AZ::ComponentBus.
 | 
| 
virtual float  | GetMinWidth ()=0 | 
|   | Get the minimum width. 
  | 
|   | 
| 
virtual float  | GetMinHeight ()=0 | 
|   | Get the minimum height. 
  | 
|   | 
| virtual float  | GetTargetWidth (float maxWidth)=0 | 
|   | 
| virtual float  | GetTargetHeight (float maxHeight)=0 | 
|   | 
| 
virtual float  | GetExtraWidthRatio ()=0 | 
|   | Get the extra width ratio. 
  | 
|   | 
| 
virtual float  | GetExtraHeightRatio ()=0 | 
|   | Get the extra height ratio. 
  | 
|   | 
 | 
| 
static const AZ::EBusHandlerPolicy  | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple | 
|   | Multiple components on a entity can implement the events. 
  | 
|   | 
◆ GetTargetHeight()
  
  
      
        
          | virtual float UiLayoutCellDefaultInterface::GetTargetHeight  | 
          ( | 
          float  | 
          maxHeight | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Get the target height 
- Parameters
 - 
  
    | maxHeight | A height that the element will not surpass. LyShine::UiLayoutCellUnspecifiedSize means no max  | 
  
   
 
 
◆ GetTargetWidth()
  
  
      
        
          | virtual float UiLayoutCellDefaultInterface::GetTargetWidth  | 
          ( | 
          float  | 
          maxWidth | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
Get the target width 
- Parameters
 - 
  
    | maxWidth | A width that the element will not surpass. LyShine::UiLayoutCellUnspecifiedSize means no max  
  | 
  
   
 
 
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiLayoutCellDefaultBus.h