Show / Hide Table of Contents

Struct SourceControlState

Snapshot of source control state of for a file @

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.SourceControl
Assembly: UE4DotNet.dll
Syntax
public struct SourceControlState
Remarks

see USourceControlHelpers::QueryFileState()

Fields

| Improve this Doc View Source

bCanAdd

Declaration
public bool bCanAdd
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCanCheckIn

Declaration
public bool bCanCheckIn
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCanCheckOut

Declaration
public bool bCanCheckOut
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCanDelete

Declaration
public bool bCanDelete
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCanEdit

Declaration
public bool bCanEdit
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCanRevert

Declaration
public bool bCanRevert
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsAdded

Declaration
public bool bIsAdded
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsCheckedOut

Declaration
public bool bIsCheckedOut
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsCheckedOutOther

Declaration
public bool bIsCheckedOutOther
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsConflicted

Declaration
public bool bIsConflicted
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsCurrent

Declaration
public bool bIsCurrent
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsDeleted

Declaration
public bool bIsDeleted
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsIgnored

Declaration
public bool bIsIgnored
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsModified

Declaration
public bool bIsModified
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsSourceControlled

Declaration
public bool bIsSourceControlled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsUnknown

Declaration
public bool bIsUnknown
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bIsValid

Declaration
public bool bIsValid
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX