SToolBarButtonBlock::OnIsChecked

Called by slate to determine if this button should appear checked

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h

Include

#include "Framework/MultiBox/SToolBarButtonBlock.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/SToolBarButtonBlock.cpp

Syntax

ECheckBoxState OnIsChecked() const

Remarks

Called by slate to determine if this button should appear checked

Returns

ECheckBoxState::Checked if it should be checked, ECheckBoxState::Unchecked if not.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss