![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ScopedCallback.h>
Public Member Functions | |
| TScopedCallback () | |
| ~TScopedCallback () | |
| void | Request () |
| void | Unrequest () |
| bool | HasRequests () const |
Helper object for batching callback requests and firing on destruction of the FScopedCallback object. CallbackType is a class implementing a static method called FireCallback, which does the work.
|
inline |
|
inline |
Fires a callback if outstanding requests exist.
|
inline |
Checks whether this callback has outstanding requests.
|
inline |
Request a callback.
|
inline |
Unrequest a callback.