ISourceControlProvider::QueryStateBranchConfig

Queries branch configuration from source control

Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlProvider

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h
Include #include "ISourceControlProvider.h"
bool QueryStateBranchConfig
(
    const [FString](API\Runtime\Core\Containers\FString) & ConfigSrc,
    const [FString](API\Runtime\Core\Containers\FString) & ConfigDest
)

Remarks

Queries branch configuration from source control

Parameters

Name Description
ConfigSrc The source path to the branch configuration file in source control
ConfigDest The destination path to save the configuration to for parsing

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library