UMoviePipelineConfigBase::FindSettingByClass

Find a setting of a particular type for this config.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineConfigBase.h

Include

#include "MoviePipelineConfigBase.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Meta=(DeterminesOutputType="InClass"), Category="Movie Render Pipeline")
UMoviePipelineSetting * FindSettingByClass
(
    TSubclassOf< UMoviePipelineSetting > InClass,
    const bool bIncludeDisabledSettings
) const

Remarks

Find a setting of a particular type for this config.

Returns

An instance of this class if it already exists as a setting on this config, otherwise null.

Parameters

Parameter

Description

InClass

Class that you wish to find the setting object for.

bIncludeDisabledSettings

if true, disabled settings will be included in the search

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss