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