Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/FMovieGraphEvaluationResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Graph/MovieGraphRenderLayerSubsystem.h | |||
FMovieGraphEvaluationResult
(
TSet< TObjectPtr< AActor > >&& InActors, |
Graph/MovieGraphRenderLayerSubsystem.h |
FMovieGraphEvaluationResult()
| Name | FMovieGraphEvaluationResult |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
FMovieGraphEvaluationResult()
FMovieGraphEvaluationResult(TSet< TObjectPtr< AActor > > &&, TSet< TObjectPtr< UActorComponent > > &&)
| Name | FMovieGraphEvaluationResult |
| 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 |
FMovieGraphEvaluationResult
(
TSet< TObjectPtr < AActor > > && InActors,
TSet< TObjectPtr < UActorComponent > > && InComponents
)