FSourceControlResultInfo

Accumulated error and info messages for a source control operation.

Windows
MacOS
Linux

References

Module

SourceControl

Header

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

Include

#include "ISourceControlOperation.h"

Syntax

struct FSourceControlResultInfo

Remarks

Accumulated error and info messages for a source control operation.

Variables

Name Description

Public variable

TArray< FText >

 

ErrorMessages

Potential error message storage

Public variable

TArray< FText >

 

InfoMessages

Info and/or warning message storage

Functions

Name Description

Public function

void

 

Append

(
    const FSourceControlResultInfo& In...
)

Append any messages from another FSourceControlResultInfo, ensuring to keep any already accumulated info.

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