FPerforceSourceControlChangeStatusOperation

This operation wraps the p4 cstat command which returns a list of all changelists for a given path and whether they are synced (have), will need to be synced (need) or partially synced.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

ISourceControlOperation

FSourceControlOperationBase

FPerforceSourceControlChangeStatusOperation

References

Module

PerforceSourceControl

Header

/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Public/PerforceSourceControlChangeStatusOperation.h

Include

#include "PerforceSourceControlChangeStatusOperation.h"

Syntax

class FPerforceSourceControlChangeStatusOperation : public FSourceControlOperationBase

Remarks

This operation wraps the p4 cstat command which returns a list of all changelists for a given path and whether they are synced (have), will need to be synced (need) or partially synced. As this is somewhat specific to Perforce it can only be used directly, it is not part of the shared operation interfaces in SourceControlOperations.h

Variables

Name Description

Public variable

TArray < FChange ...

 

OutResults

Entries will be in the order they were reported in by perforce

Destructors

Overridden from ISourceControlOperation

Name Description

Public function Virtual Const

FName

 

GetName()

Get the name of this operation, used as a unique identifier

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback