FUncontrolledChangelistsModule::OnRevert

Called when "Revert files" button is clicked. Reverts modified files and deletes new ones.

Unreal Engine C++ API Reference > Developer > UncontrolledChangelists > FUncontrolledChangelistsModule

References

   
Module UncontrolledChangelists
Header /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h
Include #include "UncontrolledChangelistsModule.h"
Source /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp
bool OnRevert
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFilenames
)

Remarks

Called when "Revert files" button is clicked. Reverts modified files and deletes new ones. true if the provided files were reverted.

Parameters

Name Description
InFilenames The files to be reverted

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library