Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphEvaluatedConfig
Description
Gets settings that implement a specific interface. InInterfaceClass should be the U-prefixed class; InterfaceType should be I-prefixed.
| Name | GetSettingsImplementing |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
template<typename InterfaceType>
TArray < InterfaceType * > GetSettingsImplementing
(
const UClass * InInterfaceClass,
const FName InBranchName
) const