FUncontrolledChangelistsModule::OnMakeWritable

Called when file has been made writable.

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 OnMakeWritable
(
    const [FString](API\Runtime\Core\Containers\FString) & InFilename
)

Remarks

Called when file has been made writable. Adds the file to the reconcile list because we don't know yet if it will change. True if the file have been handled by the Uncontrolled module.

Parameters

Name Description
InFilename The file to be reconciled.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library