className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
ISourceControlState::FResolveInfo::IsValid | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | SourceControl | bool IsValid&40;&41; const | [] |
|
FResolveInfo | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | SourceControl | struct FResolveInfo | [
{
"type": "FString",
"name": "BaseFile",
"description": ""
},
{
"type": "FString",
"name": "BaseRevision",
"description": ""
},
{
"type": "FString",
"name": "RemoteFile",
"description": ""
},
{
"type": "FString",
"name": "RemoteRevision",
"description": ""
}
] |
|
ISourceControlState::GetBaseRevForMerge | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the revision that we should use as a base when performing a three way merge, does not refresh source control state
a revision identifier or NULL if none exist | SourceControl | virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISourceControlRevision](API\Developer\SourceControl\ISourceControlRevision), ESPMode::ThreadSafe > GetBaseRevForMerge() const | [] |
ISourceControlState::GetCheckedOutBranches | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the other branches this file is checked out in | SourceControl | [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > GetCheckedOutBranches() const | [] |
ISourceControlState::GetCheckInIdentifier | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | SourceControl | virtual [FSourceControlChangelistPtr](API\Developer\SourceControl\FSourceControlChangelistPtr) GetCheckInIdentifier() const | [] |
|
ISourceControlState::GetCurrentRevision | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the revision that we are currently synced to
a revision identifier or NULL if none exist | SourceControl | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISourceControlRevision](API\Developer\SourceControl\ISourceControlRevision), ESPMode::ThreadSafe > GetCurrentRevision() const | [] |
ISourceControlState::GetDisplayName | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get a text representation of the state
the text to display for this state | SourceControl | [FText](API\Runtime\Core\Internationalization\FText) GetDisplayName() const | [] |
ISourceControlState::GetDisplayTooltip | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get a tooltip to describe this state
the text to display for this states tooltip | SourceControl | [FText](API\Runtime\Core\Internationalization\FText) GetDisplayTooltip() const | [] |
ISourceControlState::GetFilename | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the local filename that this state represents
the filename | SourceControl | const [FString](API\Runtime\Core\Containers\FString) & GetFilename() const | [] |
ISourceControlState::GetHistoryItem | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get an item from the history
a history item or NULL if none exist | SourceControl | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISourceControlRevision](API\Developer\SourceControl\ISourceControlRevision), ESPMode::ThreadSafe > GetHistoryItem ( int32 HistoryIndex ) const | [] |
ISourceControlState::GetHistorySize | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the size of the history. If anFUpdateStatusoperation has been called with the ShouldUpdateHistory() set, there should be history present if the file has been committed to source control.
the number of items in the history | SourceControl | int32 GetHistorySize() const | [] |
ISourceControlState::GetIcon | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Gets the icon we should use to display the state in a UI. | SourceControl | [FSlateIcon](API\Runtime\SlateCore\Textures\FSlateIcon) GetIcon() const | [] |
ISourceControlState::GetIconName | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the name of the icon graphic we should use to display the state in a UI.
the name of the icon to display | SourceControl | virtual [FName](API\Runtime\Core\UObject\FName) GetIconName() const | [] |
ISourceControlState::GetOtherBranchHeadModification | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get head modification information for other branches
true with parameters populated if there is a branch with a newer modification (edit/delete/etc) | SourceControl | bool GetOtherBranchHeadModification ( [FString](API\Runtime\Core\Containers\FString) & HeadBranchOut, [FString](API\Runtime\Core\Containers\FString) & ActionOut, int32 & HeadChangeListOut ) const | [] |
ISourceControlState::GetOtherUserBranchCheckedOuts | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the user info for checkouts on other branches | SourceControl | [FString](API\Runtime\Core\Containers\FString) GetOtherUserBranchCheckedOuts() const | [] |
ISourceControlState::GetResolveInfo | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the file and revision number of the base and remote assets considered in a merge resolve
a validFResolveInfoif the asset is being resolved, otherwiseFResolveInfo::IsValid()will return false | SourceControl | virtual [FResolveInfo](API\Developer\SourceControl\ISourceControlState\FResolveInfo) GetResolveInfo() const | [] |
ISourceControlState::GetSmallIconName | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the name of the small icon graphic we should use to display the state in a UI.
the name of the icon to display | SourceControl | virtual [FName](API\Runtime\Core\UObject\FName) GetSmallIconName() const | [] |
ISourceControlState::GetStatusText | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Gets the status message associated with this state, if any. This is a superset of the GetWarningText that also includes IsCheckedOut. | SourceControl | virtual [TOptional](API\Runtime\Core\IO\TOptional)< [FText](API\Runtime\Core\Internationalization\FText) > GetStatusText() const | [] |
ISourceControlState::GetTimeStamp | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get the timestamp of the last update that was made to this state.
the timestamp of the last update | SourceControl | const [FDateTime](API\Runtime\Core\Misc\FDateTime) & GetTimeStamp() const | [] |
ISourceControlState::GetWarningText | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Gets the warnings messages associated with this state, if any. Ex 'checkout by other', 'out of date', etc). | SourceControl | virtual [TOptional](API\Runtime\Core\IO\TOptional)< [FText](API\Runtime\Core\Internationalization\FText) > GetWarningText() const | [] |
INVALID_REVISION | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | SourceControl | enum { INVALID_REVISION = -1 } | [] |
|
ISourceControlState::IsAdded | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is marked for add | SourceControl | bool IsAdded() const | [] |
ISourceControlState::IsCheckedOut | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is checked out by the current user | SourceControl | bool IsCheckedOut() const | [] |
ISourceControlState::IsCheckedOutInOtherBranch | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is checked out in a different branch, if no branch is specified defaults to FEngineVerion current branch | SourceControl | bool IsCheckedOutInOtherBranch ( const [FString](API\Runtime\Core\Containers\FString) & CurrentBranch ) const | [] |
ISourceControlState::IsCheckedOutOrModifiedInOtherBranch | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is checked out or modified in a different branch, if no branch is specified defaults to FEngineVerion current branch | SourceControl | bool IsCheckedOutOrModifiedInOtherBranch ( const [FString](API\Runtime\Core\Containers\FString) & CurrentBranch ) const | [] |
ISourceControlState::IsCheckedOutOther | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is checked out by someone else in the current branch | SourceControl | bool IsCheckedOutOther ( [FString](API\Runtime\Core\Containers\FString) * Who ) const | [] |
ISourceControlState::IsConflicted | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is in a conflicted state | SourceControl | virtual bool IsConflicted() const | [] |
ISourceControlState::IsCurrent | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is up-to-date with the version in source control | SourceControl | bool IsCurrent() const | [] |
ISourceControlState::IsDeleted | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is marked for delete | SourceControl | bool IsDeleted() const | [] |
ISourceControlState::IsIgnored | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is ignored by source control | SourceControl | bool IsIgnored() const | [] |
ISourceControlState::IsLocal | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is local to the current user (ie, has never been pushed to anyone else) | SourceControl | virtual bool IsLocal() const | [] |
ISourceControlState::IsModified | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is modified compared to the version we have from source control | SourceControl | bool IsModified() const | [] |
ISourceControlState::IsModifiedInOtherBranch | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is modified in a different branch, if no branch is specified defaults to FEngineVerion current branch | SourceControl | bool IsModifiedInOtherBranch ( const [FString](API\Runtime\Core\Containers\FString) & CurrentBranch ) const | [] |
ISourceControlState::IsSourceControlled | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether this file is under source control | SourceControl | bool IsSourceControlled() const | [] |
ISourceControlState::IsUnknown | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Get whether we know anything about this files source control state | SourceControl | bool IsUnknown() const | [] |
ISourceControlState::~ISourceControlState | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | Virtual destructor | SourceControl | virtual ~ISourceControlState() | [] |
ISourceControlState | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h | An abstraction of the state of a file under source control | SourceControl | class ISourceControlState : public [TSharedFromThis< ISourceControlState, ESPMode::ThreadSafe >](API\Runtime\Core\Templates\TSharedFromThis) | [] |
operator& | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h | SourceControl | constexpr [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) operator& ( [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) Lhs, [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) Rhs ) | [] |
|
operator&= | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h | SourceControl | [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) & operator&= ( [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) & Lhs, [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) Rhs ) | [] |
|
operator~ | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h | SourceControl | constexpr [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) operator~ ( [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) E ) | [] |
|
operator^ | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h | SourceControl | constexpr [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) operator^ ( [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) Lhs, [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) Rhs ) | [] |
|
operator^= | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h | SourceControl | [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) & operator^= ( [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) & Lhs, [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) Rhs ) | [] |
|
operator! | /Engine/Source/Developer/SourceControl/Public/SourceControlResultInfo.h | SourceControl | constexpr bool operator! ( [FSourceControlResultInfo::EAdditionalErrorContext](API\Developer\SourceControl\FSourceControlResultInfo\EAdditionalErrorContext) E ) | [] |
|
FDefaultRevisionControlStyle::GetStyleSetName | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The name used to identity this style set | SourceControl | virtual const [FName](API\Runtime\Core\UObject\FName) & GetStyleSetName() const | [] |
StyleName | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | SourceControl | static [FName](API\Runtime\Core\UObject\FName) StyleName; | [] |
|
FDefaultRevisionControlStyle::FDefaultRevisionControlStyle | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | SourceControl | FDefaultRevisionControlStyle() | [] |
|
FDefaultRevisionControlStyle::~FDefaultRevisionControlStyle | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | SourceControl | virtual ~FDefaultRevisionControlStyle() | [] |
|
FDefaultRevisionControlStyle | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The default revision control style the editor ships with. Inherit from this to create a custom revision controls style UseFRevisionControlStyleManager::SetActiveRevisionControlStyleto change the currently active revision control style Edit the defaults in the constructor here to change any revision control icons in the editor | SourceControl | class FDefaultRevisionControlStyle : public [FSlateStyleSet](API\Runtime\SlateCore\Styling\FSlateStyleSet) | [
{
"type": "FLinearColor",
"name": "BranchedColor",
"description": "The specific color we use for all the \"Branched\" icons"
}
] |
CurrentRevisionControlStyleName | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The currently active revision control style. | SourceControl | static [FName](API\Runtime\Core\UObject\FName) CurrentRevisionControlStyleName; | [] |
DefaultRevisionControlStyleInstance | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The default revision control style instance. | SourceControl | static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) > DefaultRevisionControlStyleInstance = nullptr; | [] |
FRevisionControlStyleManager::GetStyleSetName | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The name of the current revision control style being used | SourceControl | static [FName](API\Runtime\Core\UObject\FName) GetStyleSetName() | [] |
FRevisionControlStyleManager::Get | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The current revision control style being used | SourceControl | static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & Get() | [] |
FRevisionControlStyleManager::ReloadTextures | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | Reloads textures used by slate renderer | SourceControl | static void ReloadTextures() | [] |
FRevisionControlStyleManager::ResetToDefaultRevisionControlStyle | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | Set the active revision control style to the default style | SourceControl | static void ResetToDefaultRevisionControlStyle() | [] |
FRevisionControlStyleManager::SetActiveRevisionControlStyle | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | Set the active revision control style to the input style name | SourceControl | static void SetActiveRevisionControlStyle ( [FName](API\Runtime\Core\UObject\FName) InNewActiveRevisionControlStyleName ) | [] |
FRevisionControlStyleManager | /Engine/Source/Developer/SourceControl/Public/RevisionControlStyle/RevisionControlStyle.h | The style manager that is used to access the currently active revision control style. UseFRevisionControlStyleManager::Get()to access and use any revision control icons/styles | SourceControl | class FRevisionControlStyleManager | [] |
SourceControlHelpers | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | For backwards compatibility. | SourceControl | typedef class [USourceControlHelpers](API\Developer\SourceControl\USourceControlHelpers) SourceControlHelpers | [] |
FAsyncCommandHelper::GetParameter | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | const [FString](API\Runtime\Core\Containers\FString) & GetParameter() const | [] |
|
FAsyncCommandHelper::IsDone | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | bool IsDone() const | [] |
|
FAsyncCommandHelper::IsDispatched | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | bool IsDispatched() const | [] |
|
FAsyncCommandHelper::IsSuccessful | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | bool IsSuccessful() const | [] |
|
FAsyncCommandHelper::SetDispatched | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | void SetDispatched() | [] |
|
FAsyncCommandHelper::SourceControlOperationComplete | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | void SourceControlOperationComplete ( const [FSourceControlOperationRef](API\Developer\SourceControl\FSourceControlOperationRef) & Operation, [ECommandResult::Type](API\Developer\SourceControl\ECommandResult__Type) InResult ) | [] |
|
FAsyncCommandHelper::FAsyncCommandHelper | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | SourceControl | FAsyncCommandHelper ( const [FString](API\Runtime\Core\Containers\FString) & InParameter ) | [] |
|
FAsyncCommandHelper | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h | Helper class for receiving the results of async source control operations | SourceControl | class FAsyncCommandHelper | [] |
USourceControlHelpers::AbsoluteFilenames | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to convert a filename array to absolute paths.
an array of filenames, transformed into absolute paths | SourceControl | static [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > AbsoluteFilenames ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFileNames ) | [] |
USourceControlHelpers::AnnotateFile | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to annotate a file using a label
true if successful | SourceControl | static bool AnnotateFile ( [ISourceControlProvider](API\Developer\SourceControl\ISourceControlProvider) & InProvider, const [FString](API\Runtime\Core\Containers\FString) & InLabel, const [FString](API\Runtime\Core\Containers\FString) & InFile, [TArray](API\Runtime\Core\Containers\TArray)< [FAnnotationLine](API\Developer\SourceControl\FAnnotationLine) > & OutLines ) | [] |
USourceControlHelpers::AnnotateFile | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to annotate a file using a changelist/checkin identifier
true if successful | SourceControl | static bool AnnotateFile ( [ISourceControlProvider](API\Developer\SourceControl\ISourceControlProvider) & InProvider, int32 InCheckInIdentifier, const [FString](API\Runtime\Core\Containers\FString) & InFile, [TArray](API\Runtime\Core\Containers\TArray)< [FAnnotationLine](API\Developer\SourceControl\FAnnotationLine) > & OutLines ) | [] |
USourceControlHelpers::ApplyOperationAndReloadPackages | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Applies the provided function and optionally reloads the world
true if succeeded. | SourceControl | static bool ApplyOperationAndReloadPackages ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InPackagesToApplyOperation, const [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool(const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > &)> & InOperation, bool bReloadWorld, bool bInteractive ) | [] |
USourceControlHelpers::AsyncQueryFileState | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Query the source control state of the specified file, asynchronously. | SourceControl | static void AsyncQueryFileState ( [FQueryFileStateDelegate](API\Developer\SourceControl\USourceControlHelpers\FQueryFileStateDelegate) FileStateCallback, const [FString](API\Runtime\Core\Containers\FString) & InFile, bool bSilent ) | [] |
USourceControlHelpers::BranchPackage | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to branch/integrate packages from one location to another maintaining a relationship between the files in source control (when possible)
true if the file packages were successfully branched. | SourceControl | static bool BranchPackage ( [UPackage](API\Runtime\CoreUObject\UObject\UPackage) * DestPackage, [UPackage](API\Runtime\CoreUObject\UObject\UPackage) * SourcePackage, [EStateCacheUsage::Type](API\Developer\SourceControl\EStateCacheUsage__Type) StateCacheUsage ) | [] |
USourceControlHelpers::CheckInFile | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CheckInFile ( const [FString](API\Runtime\Core\Containers\FString) & InFile, const [FString](API\Runtime\Core\Containers\FString) & InDescription, bool bSilent, bool bKeepCheckedOut ) | [] |
USourceControlHelpers::CheckInFiles | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CheckInFiles ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFiles, const [FString](API\Runtime\Core\Containers\FString) & InDescription, bool bSilent, bool bKeepCheckedOut ) | [] |
USourceControlHelpers::CheckOutFile | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CheckOutFile ( const [FString](API\Runtime\Core\Containers\FString) & InFile, bool bSilent ) | [] |
USourceControlHelpers::CheckOutFiles | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CheckOutFiles ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFiles, bool bSilent ) | [] |
USourceControlHelpers::CheckOutOrAddFile | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CheckOutOrAddFile ( const [FString](API\Runtime\Core\Containers\FString) & InFile, bool bSilent ) | [] |
USourceControlHelpers::CheckOutOrAddFiles | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CheckOutOrAddFiles ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFiles, bool bSilent ) | [] |
USourceControlHelpers::CheckoutOrMarkForAdd | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | CheckOutOrAddFile() | SourceControl | static bool CheckoutOrMarkForAdd ( const [FString](API\Runtime\Core\Containers\FString) & InDestFile, const [FText](API\Runtime\Core\Internationalization\FText) & InFileDescription, const [FOnPostCheckOut](API\Developer\SourceControl\FOnPostCheckOut) & OnPostCheckOut, [FText](API\Runtime\Core\Internationalization\FText) & OutFailReason ) | [] |
USourceControlHelpers::CopyFile | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool CopyFile ( const [FString](API\Runtime\Core\Containers\FString) & InSourceFile, const [FString](API\Runtime\Core\Containers\FString) & InDestFile, bool bSilent ) | [] |
USourceControlHelpers::CopyFileUnderSourceControl | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete. Older C++ only version ofCopyFile().
Success or failure of the operation | SourceControl | static bool CopyFileUnderSourceControl ( const [FString](API\Runtime\Core\Containers\FString) & InDestFile, const [FString](API\Runtime\Core\Containers\FString) & InSourceFile, const [FText](API\Runtime\Core\Internationalization\FText) & InFileDescription, [FText](API\Runtime\Core\Internationalization\FText) & OutFailReason ) | [] |
USourceControlHelpers::CopyPackage | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to copy a package from one location to another
true if the file packages were successfully branched. | SourceControl | static bool CopyPackage ( [UPackage](API\Runtime\CoreUObject\UObject\UPackage) * DestPackage, [UPackage](API\Runtime\CoreUObject\UObject\UPackage) * SourcePackage, [EStateCacheUsage::Type](API\Developer\SourceControl\EStateCacheUsage__Type) StateCacheUsage ) | [] |
USourceControlHelpers::CurrentProvider | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Determine the name of the current source control provider.
the name of the current source control provider. If one is not set then "None" is returned. | SourceControl | static [FString](API\Runtime\Core\Containers\FString) CurrentProvider() | [] |
FQueryFileStateDelegate | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Delegate to broadcast FileState upon AsyncQueryFileState completion. | SourceControl | class FQueryFileStateDelegate | [] |
USourceControlHelpers::GetAssetData | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to retrieve theFAssetDataassociated with a given file
Whether the asset data could be retrieved or not | SourceControl | static bool GetAssetData ( const [FString](API\Runtime\Core\Containers\FString) & InFileName, [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > & OutAssets, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > * OutDependencies ) | [] |
USourceControlHelpers::GetAssetData | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to retrieve theFAssetDataassociated with a given file
Whether the asset data could be retrieved or not | SourceControl | static bool GetAssetData ( const [FString](API\Runtime\Core\Containers\FString) & InFileName, const [FString](API\Runtime\Core\Containers\FString) & InPackageName, [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > & OutAssets, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > * OutDependencies ) | [] |
USourceControlHelpers::GetAssetDataFromFileHistory | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to get the asset data from a file's history Note: will not query history to prevent recursion | SourceControl | static bool GetAssetDataFromFileHistory ( const [FString](API\Runtime\Core\Containers\FString) & InFileName, [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > & OutAssets, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > * OutDependencies, int64 MaxFetchSize ) | [] |
USourceControlHelpers::GetAssetDataFromFileHistory | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to get the asset data from a file's history Note: will not query history to prevent recursion | SourceControl | static bool GetAssetDataFromFileHistory ( [FSourceControlStatePtr](API\Developer\SourceControl\FSourceControlStatePtr) InSourceControlState, [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > & OutAssets, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > * OutDependencies, int64 MaxFetchSize ) | [] |
USourceControlHelpers::GetAssetDataFromPackage | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to retrieve theFAssetDataassociated with a given package name
Whether the asset data could be retrieved or not | SourceControl | static bool GetAssetDataFromPackage ( const [FString](API\Runtime\Core\Containers\FString) & InPackageName, [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > & OutAssets, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > * OutDependencies ) | [] |
USourceControlHelpers::GetFilesInDepotAtPath | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
Success or failure of the operation | SourceControl | static bool GetFilesInDepotAtPath ( const [FString](API\Runtime\Core\Containers\FString) & PathToDirectory, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutFilesList, bool bIncludeDeleted, bool bSilent ) | [] |
USourceControlHelpers::GetGlobalSettingsIni | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to get the ini filename for storing global source control settings
the filename | SourceControl | static const [FString](API\Runtime\Core\Containers\FString) & GetGlobalSettingsIni() | [] |
USourceControlHelpers::GetSettingsIni | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Helper function to get the ini filename for storing source control settings
the filename | SourceControl | static const [FString](API\Runtime\Core\Containers\FString) & GetSettingsIni() | [] |
USourceControlHelpers::IsAvailable | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Quick check if currently set source control provider is enabled and available for use (server-based providers can use this to return whether the server is available or not)
true if source control is available, false if it is not | SourceControl | static bool IsAvailable() | [] |
USourceControlHelpers::GetSourceControlLocations | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Get the list of files and directories that source control should check when looking for changes. | SourceControl | static [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > GetSourceControlLocations ( const bool bContentOnly ) | [] |
USourceControlHelpers::IsEnabled | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Determine if there is a source control system enabled
true if enabled, false if not | SourceControl | static bool IsEnabled() | [] |
USourceControlHelpers::LastErrorMsg | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Get status text set by SourceControl system if an error occurs regardless whether bSilent is set or not. Only set if there was an error. | SourceControl | static [FText](API\Runtime\Core\Internationalization\FText) LastErrorMsg() | [] |
USourceControlHelpers::ListRevertablePackages | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Find packages that can be reverted in Source Control locations | SourceControl | static bool ListRevertablePackages ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutRevertablePackageNames ) | [] |
USourceControlHelpers::MarkFileForAdd | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool MarkFileForAdd ( const [FString](API\Runtime\Core\Containers\FString) & InFile, bool bSilent ) | [] |
USourceControlHelpers::MarkFileForDelete | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool MarkFileForDelete ( const [FString](API\Runtime\Core\Containers\FString) & InFile, bool bSilent ) | [] |
USourceControlHelpers::MarkFilesForAdd | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool MarkFilesForAdd ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFiles, bool bSilent ) | [] |
USourceControlHelpers::MarkFilesForDelete | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h | Blocks until action is complete.
true if succeeded, false if failed and can callLastErrorMsg()for more info. | SourceControl | static bool MarkFilesForDelete ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFiles, bool bSilent ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.