Navigation
API > API/Plugins > API/Plugins/MutableValidation > API/Plugins/MutableValidation/MuV
Inheritance Hierarchy
- UCommandlet
- UCOIBulkUpdateTestCommandlet
References
| Module | MutableValidation |
| Header | /Engine/Plugins/Mutable/Source/MutableValidation/Public/MuV/COIBulkUpdateTestCommandlet.h |
| Include | #include "MuV/COIBulkUpdateTestCommandlet.h" |
Syntax
UCLASS ()
class UCOIBulkUpdateTestCommandlet : public UCommandlet
Remarks
Testing commandlet designed to allow the mass update of instances in a given project path. It will run in sequence where each of the instances will get updated after their CO gets compiled.
Example commandline that updates all instances found in the plugin content directory (and all subdirectories): -run=COIBulkUpdateTest -EnablePlugins=MutableTesting -InstancesPackagePath="/MutableTesting" -AllowCommandletRendering