Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FExtender
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 |
static TSharedRef < FExtender > Combine
(
const TArray < TSharedPtr < FExtender > > & Extenders
)
Remarks
Consolidates an array of FExtenders into a single FExtender A new FExtender pointer that has all of the extensions of the input
Parameters
| Name | Description |
|---|---|
| Extenders | The array of FExtenders to consolidate |