Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Description
Removes this widget's input component from the input stack, stopping any script delegates from being called.
This does not actually destroy or unbind any of the delegates yet, because the widget may be added to the viewport again the future, and the binding process can be expensive.
| Name | StopProcessingInputScriptDelegates |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
virtual void StopProcessingInputScriptDelegates()