MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Observable::CChangeNextOnlyListener Concept Reference

Concept describing a function which can listen to changes to the current value of a TState only. More...

#include <Observable.Fwd.h>

Concept definition

template<typename Function, typename T>
Concept describing a function which can listen to changes to the current value of a TState only.
constexpr size_t TFunction_ArgCount
Shorthand for getting a function argument count.

Detailed Description

Concept describing a function which can listen to changes to the current value of a TState only.

Definition at line 166 of file Observable.Fwd.h.