Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SCheckBox > API/Runtime/Slate/SCheckBox/FArguments
Description
Whether or not the content portion of the checkbox should layout using auto-width. When true the content will always be arranged at its desired size as opposed to resizing to the available space.
| Name | CheckBoxContentUsesAutoWidth |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h |
| Include Path | #include "Widgets/Input/SCheckBox.h" |
WidgetArgsType & CheckBoxContentUsesAutoWidth
(
bool InArg
)