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

Constraining given type to the arguments of either a widget or a slot. More...

#include <Slate.h>

Concept definition

template<typename T>
concept Mcro::Slate::CWidgetOrSlotArguments = CSameAsDecayed<T, typename std::decay_t<T>::WidgetArgsType>
Constraining given type to the arguments of either a widget or a slot.
Definition Slate.h:45

Detailed Description

Constraining given type to the arguments of either a widget or a slot.

Definition at line 45 of file Slate.h.