ISourceControlProvider::GetCachedStateByPredicate

Get all cached source control state objects for which the supplied predicate returns true

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h

Include

#include "ISourceControlProvider.h"

Syntax

TArray< FSourceControlStateRef > GetCachedStateByPredicate
(
    TFunctionRef< bool &)> Predicate
) const

Remarks

Get all cached source control state objects for which the supplied predicate returns true

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