Added getter and delegate for automatic profile switching
This commit is contained in:
parent
16061e077b
commit
3f43bdb16b
2 changed files with 13 additions and 0 deletions
|
@ -260,6 +260,12 @@ EProfile UHarmonyLinkGraphics::GetActiveProfile() const
|
|||
void UHarmonyLinkGraphics::SetAutomaticSwitching(const bool bAutomaticSwitch)
|
||||
{
|
||||
_bAutomaticSwitch = bAutomaticSwitch;
|
||||
OnAutomaticSwitchChanged.Broadcast(_bAutomaticSwitch);
|
||||
}
|
||||
|
||||
bool UHarmonyLinkGraphics::GetAutomaticSwitching() const
|
||||
{
|
||||
return _bAutomaticSwitch;
|
||||
}
|
||||
|
||||
void UHarmonyLinkGraphics::DestroySettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue