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

Concept describing a function which can listen to changes to the current and the previous values of a TState. More...

#include <Observable.Fwd.h>

Concept definition

template<typename Function, typename T>
&& CConvertibleTo<TOptional<T>, TFunction_ArgDecay<Function, 1>>
Concept describing a function which can listen to changes to the current and the previous values of a...
constexpr size_t TFunction_ArgCount
Shorthand for getting a function argument count.
typename TFunctionTraits< std::decay_t< T > >::template ArgDecay< I > TFunction_ArgDecay
Shorthand for getting a decayed type of a function argument at given position I.

Detailed Description

Concept describing a function which can listen to changes to the current and the previous values of a TState.

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