FExtender::Combine

Consolidates an array of FExtenders into a single [FExtender](API\Runtime\Slate\Framework\MultiBox\FExtender)

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h

Include

#include "Framework/MultiBox/MultiBoxExtender.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp

Syntax

static TSharedPtr< FExtender > Combine
(
    const TArray< TSharedPtr< FExtender > > & Extenders
)

Remarks

Consolidates an array of FExtenders into a single FExtender

Returns

A new FExtender pointer that has all of the extensions of the input

Parameters

Parameter

Description

Extenders

The array of FExtenders to consolidate

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