Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlRevision > API/Developer/SourceControl/ISourceControlRevision/GetAnnotated
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlRevision.h |
| Include | #include "ISourceControlRevision.h" |
bool GetAnnotated
(
FString & InOutFilename
) const
Remarks
Get an annotated revision of the file & store it in a temp file. true if the operation succeeded.
Parameters
| Name | Description |
|---|---|
| InOutFilename | The filename that the revision will be written to. If this is empty a temp filename will be generated and returned in this string. |