Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheSequencer > FGeometryCacheTrackEditor
- ISequencerTrackEditor::BuildOutlinerEditWidget()
- FMovieSceneTrackEditor::BuildOutlinerEditWidget()
- FGeometryCacheTrackEditor::BuildOutlinerEditWidget()
References
Module | GeometryCacheSequencer |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.h |
Include | #include "GeometryCacheTrackEditor.h" |
Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.cpp |
virtual TSharedPtr< SWidget > BuildOutlinerEditWidget
&40;
const FGuid & ObjectBinding,
UMovieSceneTrack &42; Track,
const FBuildEditWidgetParams & Params
&41;
Remarks
Builds an edit widget for the outliner nodes which represent tracks which are edited by this editor. The the widget to display in the outliner, or an empty shared ptr if not widget is to be displayed.
Parameters
Name | Description |
---|---|
ObjectBinding | The object binding associated with the track being edited by this editor. |
Track | The track being edited by this editor. |
Params | Parameter struct containing data relevant to the edit widget |