FUncontrolledChangelistsModule::EditUncontrolledChangelist

Edits an Uncontrolled Changelist's description

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
void EditUncontrolledChangelist
(
    const [FUncontrolledChangelist](API\Developer\UncontrolledChangelists\FUncontrolledChangelist) & InUncontrolledChangelist,
    const [FText](API\Runtime\Core\Internationalization\FText) & InNewDescription
)

Remarks

Edits an Uncontrolled Changelist's description

Parameters

Name Description
InUncontrolledChangelist The Uncontrolled Changelist to modify. Should not be the default Uncontrolled Changelist.
InNewDescription The description to set.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library