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

Constraining given type to a slot of a widget. More...

#include <Slate.h>

Concept definition

template<typename T>
concept Mcro::Slate::CSlot = CDerivedFrom<T, FSlotBase>
Constraining given type to a slot of a widget.
Definition Slate.h:37

Detailed Description

Constraining given type to a slot of a widget.

Definition at line 37 of file Slate.h.