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

Constraining given type to the arguments of a widget
More...

#include <Slate.h>

Concept definition

template<typename T>
concept Mcro::Slate::CWidgetArguments = requires(typename std::decay_t<T>::WidgetType& t) { t; }
Constraining given type to the arguments of a widget
Definition Slate.h:49

Detailed Description

Constraining given type to the arguments of a widget

Definition at line 49 of file Slate.h.