Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Provides the actors/components returned by a collection or condition group evaluation.
| Name | FMovieGraphEvaluationResult |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphEvaluationResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/MovieGraphRenderLayerSubsystem.h | |||
FMovieGraphEvaluationResult
(
TSet< TObjectPtr< AActor > >&& InActors, |
Graph/MovieGraphRenderLayerSubsystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MatchingActors | TSet< TObjectPtr< AActor > > | The actors that were matched during evaluation. | Graph/MovieGraphRenderLayerSubsystem.h |
|
| MatchingComponents | TSet< TObjectPtr< UActorComponent > > | The components that were matched during evaluation. | Graph/MovieGraphRenderLayerSubsystem.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Append
(
const FMovieGraphEvaluationResult& InOther |
Appends the actors/components in InOther to the actors/components in this evaluation result. | Graph/MovieGraphRenderLayerSubsystem.h | |
FMovieGraphEvaluationResult Difference
(
const FMovieGraphEvaluationResult& InOther |
Differences this evaluation result with InOther. | Graph/MovieGraphRenderLayerSubsystem.h | |
TArray< T * > GetAllComponentsOfType() |
Gets all components of the specified type across MatchingActors and MatchingComponents. | Graph/MovieGraphRenderLayerSubsystem.h | |
FMovieGraphEvaluationResult Intersect
(
const FMovieGraphEvaluationResult& InOther |
Intersects this evaluation result with InOther. | Graph/MovieGraphRenderLayerSubsystem.h | |
void Reset() |
Empties this evaluation result and resets it to defaults. | Graph/MovieGraphRenderLayerSubsystem.h | |
FMovieGraphEvaluationResult Union
(
const FMovieGraphEvaluationResult& InOther |
Unions this evaluation result with InOther. | Graph/MovieGraphRenderLayerSubsystem.h |