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

#include <Observable.Fwd.h>

Concept definition

template<typename Function, typename T>
&& CConvertibleTo<TOptional<T>, TFunction_ArgDecay<Function, 1>>
constexpr size_t TFunction_ArgCount
typename TFunctionTraits< std::decay_t< T > >::template ArgDecay< I > TFunction_ArgDecay

Detailed Description

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

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