ISourceControlState::FindHistoryRevision

Find an item from the history with the specified revision.

Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlState > FindHistoryRevision

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h
Include #include "ISourceControlState.h"
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISourceControlRevision](API\Developer\SourceControl\ISourceControlRevision), ESPMode::ThreadSafe > FindHistoryRevision
(
    const [FString](API\Runtime\Core\Containers\FString) & InRevision
) const

Remarks

Find an item from the history with the specified revision. a history item or NULL if the item could not be found

Parameters

Name Description
InRevision the revision identifier to look for

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library