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)
Assembly: UE4DotNet.dll
Syntax
public struct SourceControlState
Fields
|
Improve this Doc
View Source
bCanAdd
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCanCheckIn
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCanCheckOut
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCanDelete
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCanEdit
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCanRevert
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsAdded
Declaration
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsDeleted
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsIgnored
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsModified
Declaration
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIsValid
Declaration
Field Value
Type |
Description |
System.Boolean |
|