#include <Runtime/Core/Public/Events.h>
template<typename CB, bool Fixed, size_t MaxBinds>
MultiCallbackStorage struct
Fixed-capacity storage backend for MultiCallback — MaxBinds slots in a std::array.
| Template parameters | |
|---|---|
| CB | Callback element type. |
| MaxBinds | Number of pre-allocated slots. |