Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphEvaluatedConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< NodeType * > GetSettingsForBranch
(
const FName InBranchName, |
Graph/MovieGraphConfig.h | ||
TArray< UMovieGraphSettingNode * > GetSettingsForBranch
(
UClass* InClass, |
Graph/MovieGraphConfig.h |
|
GetSettingsForBranch(const FName, bool, bool)
| Name | GetSettingsForBranch |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
template<typename NodeType>
TArray < NodeType * > GetSettingsForBranch
(
const FName InBranchName,
bool bIncludeCDOs,
bool bExactMatch
) const
GetSettingsForBranch(UClass *, const FName, bool, bool)
| Name | GetSettingsForBranch |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
TArray < UMovieGraphSettingNode * > GetSettingsForBranch
(
UClass * InClass,
const FName InBranchName,
bool bIncludeCDOs,
bool bExactMatch
) const