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

#include <Slate.h>

Concept definition

template<typename T>
concept Mcro::Slate::CWidgetOrSlotArguments = CSameAsDecayed<T, typename T::WidgetArgsType>

Detailed Description

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

Definition at line 36 of file Slate.h.