Navigation
API > API/Runtime > API/Runtime/SlateCore
| |
|
| Name |
TSlotIterator< SlotType, std::enable_if_t< std::is_base_of_v< FSlotBase, std::decay_t< SlotType > > > > |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h |
| Include Path |
#include "Layout/LayoutUtils.h" |
Syntax
namespace TSlotIterator< SlotType, std
{
namespace enable_if_t< std
{
namespace is_base_of_v< FSlotBase, std
{
template<typename SlotType>
struct TSlotIterator< SlotType, std::enable_if_t< std::is_base_of_v< FSlotBase, std::decay_t< SlotType > > > >
}
}
}
Typedefs