SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsDestroy()

bool Spices::SlateInfoBar::IsDestroy ( )
inline

Determine if this slate info bar needs to be destroy.

Returns
Returns true if this slate info bar needs to be destroy.

Definition at line 80 of file SlateInfoBar.h.

81 {
82 if (m_DestroyFunc)
83 {
84 return m_DestroyFunc(this);
85 }
86 else
87 {
88 return false;
89 }
90 }
std::function< bool(SlateInfoBar *) m_DestroyFunc)
InfoBar progress destroy function.