TStrAfterLastDoubleColon

Metafunction which evaluates to a [TIntegerSequence](API\Runtime\Core\Delegates\TIntegerSequence) of chars containing only the function name.

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 TStrAfterLastDoubleColon

Remarks

Metafunction which evaluates to a TIntegerSequence of chars containing only the function name.

Example: TStrAfterLastDoubleColon<TEXT("&SomeClass::SomeNestedClass::SomeFunc")_intseq>::Type == TIntegerSequence<TCHAR, 'S', 'o', 'm', 'e', 'F', 'u', 'n', 'c'>

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