Navigation
Unreal Engine C++ API Reference > Runtime > WidgetCarousel > FCarouselDisplayItem
References
Module | WidgetCarousel |
Header | /Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h |
Include | #include "SWidgetCarousel.h" |
void SetWidgetContent
&40;
TSharedRef< SWidget > InContent
&41;
Remarks
Set the content of the widget to display.
Parameters
Name | Description |
---|---|
InContent | The widget to display. |