TTypedImpl

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/Delegate.h

Include

#include "Delegates/Delegate.h"

Syntax

template<typename T>
struct TTypedImpl

Classes

Name

Description

Public struct

Inner

Dummy bool parameter needed so that we can ensure the last specialization is partial.

Public struct

Inner< Dummy >

Without the dummy bool parameter, this would not compile, as full specializations of nested class templates is not allowed.

Public struct

Inner< Dummy, ':', ':', Chars... >

Public struct

Inner< Dummy, Char, Chars... >

Public struct

Inner2

Public struct

Inner2< TIntegerSequence< T >, Chars... >

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss