Loading...
Searching...
No Matches
SCR_PlaceholderWidgetComponent Interface Reference

Meant to be used on text wdgets which have localization disabled, as it will fill them with localized text if they are empty For example when we are waiting for some network data Use with caution as this doesn't not handle updating of the string when language is changed, thus this should be used only on elements which will be rebuilt when language is changed. More...

Inheritance diagram for SCR_PlaceholderWidgetComponent:

Public Member Functions

override void HandlerAttached (Widget w)
 

Protected Attributes

LocalizedString m_sPlaceholderText
 

Detailed Description

Meant to be used on text wdgets which have localization disabled, as it will fill them with localized text if they are empty For example when we are waiting for some network data Use with caution as this doesn't not handle updating of the string when language is changed, thus this should be used only on elements which will be rebuilt when language is changed.

Member Function Documentation

◆ HandlerAttached()

override void SCR_PlaceholderWidgetComponent.HandlerAttached ( Widget w)

Member Data Documentation

◆ m_sPlaceholderText

LocalizedString SCR_PlaceholderWidgetComponent.m_sPlaceholderText
protected

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