FSeparatorBuilder::operator*

Generates the [SSeparator](API\Runtime\Slate\Widgets\Layout\SSeparator) and returns the TSharedRef as a reference to it.

Unreal Engine C++ API Reference > Developer > WidgetRegistration > Layout > FSeparatorBuilder

References

   
Module WidgetRegistration
Header /Engine/Source/Developer/WidgetRegistration/Public/Layout/SeparatorBuilder.h
Include #include "Layout/SeparatorBuilder.h"
Source /Engine/Source/Developer/WidgetRegistration/Private/Layout/SeparatorBuilder.cpp
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SSeparator](API\Runtime\Slate\Widgets\Layout\SSeparator) > operator*()  

Remarks

Generates the SSeparator and returns the TSharedRef as a reference to it. This provides some convenience syntax to generate the widget and get a reference to it in a concise way. the TSharedRef as a reference to the generated SSeparator


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library