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

Constraining given type to a widget which can receive slots. More...

#include <Slate.h>

Concept definition

template<typename T>
concept Mcro::Slate::CWidgetWithSlots = requires(typename T::FSlot& t) { t; }
Constraining given type to a widget which can receive slots.
Definition Slate.h:62

Detailed Description

Constraining given type to a widget which can receive slots.

Definition at line 62 of file Slate.h.