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

#include <Slate.h>

Concept definition

template<typename T>
concept Mcro::Slate::CWidgetWithSlots = requires(typename T::FSlot&)
{
T::Slot();
}

Detailed Description

Constraining given type to a widget which can receive slots

Definition at line 53 of file Slate.h.