Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConditionGroupQuery_A-_4
Description
Gets the contents of the "Add" menu in the UI, if any. When the Add menu updates properties within the query, OnAddFinished should be called in order to give the UI a chance to update itself. Note that HasAddMenu() must return true in order for the contents returned from this method to be displayed in the UI.
Virtual Inheritance
- UMovieGraphConditionGroupQueryBase::GetAddMenuContents → UMovieGraphConditionGroupQuery_ActorType::GetAddMenuContents
| Name | GetAddMenuContents |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphRenderLayerSubsystem.cpp |
virtual TSharedRef < SWidget > GetAddMenuContents
(
const FMovieGraphConditionGroupQueryContentsChanged & OnAddFinished
)
See Also
- HasAddMenu()