Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/UMassEntitySettings
Syntax
UPROPERTY (EditDefaultsOnly, Category=Mass, Transient)
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