FCarouselDisplayItem::SetWidgetContent

Set the content of the widget to display.

Choose your operating system:

Windows

macOS

Linux

References

Module

WidgetCarousel

Header

/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h

Include

#include "SWidgetCarousel.h"

Syntax

void SetWidgetContent
(
    TSharedRef< SWidget > InContent
)

Remarks

Set the content of the widget to display.

Parameters

Parameter

Description

InContent

The widget to display.