FUncontrolledChangelistsModule::CreateUncontrolledChangelist

Creates a new Uncontrolled Changelist.

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
[TOptional](API\Runtime\Core\IO\TOptional)< [FUncontrolledChangelist](API\Developer\UncontrolledChangelists\FUncontrolledChangelist) > CreateUncontrolledChangelist
(
    const [FText](API\Runtime\Core\Internationalization\FText) & InDescription
)

Remarks

Creates a new Uncontrolled Changelist.

Parameters

Name Description
InDescription The description of the newly created Uncontrolled Changelist. return TOptional set with the new Uncontrolled Changelist key if succeeded.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library