Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphConditionGroupQueryBase
- UMovieGraphConditionGroupQuery_Actor
- UMovieGraphConditionGroupQuery_ActorName
- UMovieGraphConditionGroupQuery_ActorTagName
- UMovieGraphConditionGroupQuery_ActorType
- UMovieGraphConditionGroupQuery_ComponentTagName
- UMovieGraphConditionGroupQuery_ComponentType
- UMovieGraphConditionGroupQuery_EditorFolder
- UMovieGraphConditionGroupQuery_Sublevel
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (Abstract)
class UMovieGraphConditionGroupQueryBase : public UObject
Remarks
Base class that all condition group queries must inherit from.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Determines which of the provided actors (in the given world) match the query. | ||
| AActor * | GetActorForCurrentWorld
(
AActor* InActorToConvert |
Utility that returns the given actor in the current world. | |
| 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. | |
| EMovieGraphConditionGroupQueryOpType | Gets the condition group query operation type. | ||
| 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. | |
| bool | Determines if this query is only respected when run within the editor. | ||
| bool | IsEnabled () |
Determines if this query is enabled. | |
| bool | Determines if this is the first condition group query under the parent condition group. | ||
| void | SetEnabled
(
const bool bEnabled |
Sets whether this query is enabled. | |
| void | SetOperationType
(
const EMovieGraphConditionGroupQueryOpType OperationType |
Sets how the condition group query interacts with the condition group. | |
| bool | Determines if the public properties on the query class will have their names hidden in the details panel. |
Typedefs
| Name | Description |
|---|---|
| FMovieGraphConditionGroupQueryContentsChanged | Delegate which is called when the contents of a query has changed. |