Navigation
API > API/Plugins > API/Plugins/MassEntity > API/Plugins/MassEntity/UMassEntitySettings
Syntax
UPROPERTY&40;EditDefaultsOnly, Category&61;Mass, Transient&41;
FString DumpDependencyGraphFileName
Remarks
The name of the file to dump the processor dependency graph. T The dot file will be put in the project log folder. To generate a svg out of that file, simply run dot executable with following parameters: -Tsvg -O filename.dot