FSlateApplicationBase::InvalidateAllWidgets

Notifies all invalidation panels that they should invalidate their contents

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Application/SlateApplicationBase.cpp

Syntax

void InvalidateAllWidgets
(
    bool bClearResourcesImmediately
) const

Remarks

Notifies all invalidation panels that they should invalidate their contents

this is a very expensive call and should only be done in non-performance critical situations

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