FThumbnailSection::GenerateSectionWidget

Allows each section to have it's own unique widget for advanced editing functionality OnPaintSection will still be called if a widget is provided.

Windows
MacOS
Linux

Override Hierarchy

ISequencerSection::GenerateSectionWidget()

FThumbnailSection::GenerateSectionWidget()

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/Sections/ThumbnailSection.h

Include

#include "Sections/ThumbnailSection.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/Sections/ThumbnailSection.cpp

Syntax

virtual TSharedRef< SWidget > GenerateSectionWidget()

Remarks

Allows each section to have it's own unique widget for advanced editing functionality OnPaintSection will still be called if a widget is provided. OnPaintSection is still used for the background section display

Returns

The generated widget

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