Navigation
API > API/Plugins > API/Plugins/PerforceSourceControl
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
| Name | FPerforceSourceControlChangeStatusOperation |
| Type | class |
| Header File | /Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Public/PerforceSourceControlChangeStatusOperation.h |
| Include Path | #include "PerforceSourceControlChangeStatusOperation.h" |
Syntax
class FPerforceSourceControlChangeStatusOperation : public FSourceControlOperationBase
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPerforceSourceControlChangeStatusOperation() |
PerforceSourceControlChangeStatusOperation.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OutResults | TArray< FChangelistStatusEntry > | Entries will be in the order they were reported in by perforce | PerforceSourceControlChangeStatusOperation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetName() |
PerforceSourceControlChangeStatusOperation.h |