Navigation
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 |