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

Constraining given type to either a slot or a widget. More...

#include <Slate.h>

Concept definition

template<typename T>
Constraining given type to a slot of a widget.
Definition Slate.h:37
Constraining given type to either a slot or a widget.
Definition Slate.h:41
Constraining given type to a Slate widget.
Definition Slate.h:33

Detailed Description

Constraining given type to either a slot or a widget.

Definition at line 41 of file Slate.h.