ISourceControlState::GetHistorySize

Get the size of the history.

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

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h
Include #include "ISourceControlState.h"
int32 GetHistorySize() const

Remarks

Get the size of the history. If an FUpdateStatus operation has been called with the ShouldUpdateHistory() set, there should be history present if the file has been committed to source control. the number of items in the history


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library