Overloaded

Creates a new [TTuple](API\Runtime\Core\Templates\TTuple) by applying a functor to each of the elements.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Tuple.h

Include

#include "Templates/Tuple.h"

Syntax

*char Overloaded
(
    const TCHAR * Arg
)

Remarks

Creates a new TTuple by applying a functor to each of the elements.

Example:

float Overloaded(int32 Arg); /**

Returns

A new tuple of the transformed elements.

Parameters

Parameter

Description

Tuple

The tuple to apply the functor to.

Func

The functor to apply.

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