Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphConditionGroupQueryBase
- UMovieGraphConditionGroupQuery_Sublevel
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphConditionGroupQuery_Sublevel : public UMovieGraphConditionGroupQueryBase
Remarks
Query type which filters actors via the sublevel that they're contained in.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSoftObjectPtr< UWorld > > | Sublevels | The actor must be in one of the chosen sublevels in order to be a match. |
Overridden from UMovieGraphConditionGroupQueryBase
| Type | Name | Description | |
|---|---|---|---|
| void | Determines which of the provided actors (in the given world) match the query. | ||
| TSharedRef< SWidget > | GetAddMenuContents
(
const FMovieGraphConditionGroupQueryContentsChanged& OnAddFinished |
Gets the contents of the "Add" menu in the UI, if any. | |
| const FText & | Gets the display name for this query class as shown in the UI. | ||
| const FSlateIcon & | GetIcon () |
Gets the icon that represents this query class in the UI. | |
| TArray< TSharedRef< SWidget > > | GetWidgets () |
Gets the widgets that should be displayed for this query. | |
| bool | HasAddMenu () |
Returns true if this query should expose an Add menu, or false if no Add menu is visible. |