Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings > API/Editor/UnrealEd/Settings/UBlueprintEditorProjectSettings
Deprecated * Fast path dependency compilation is now the standard behavior. As a result, this setting is no longer in use, and will eventually be removed.
Syntax
uint8 bForceAllDependenciesToRecompile: 1
Remarks
[DEPRECATED] Flag to disable faster compiles for individual blueprints if they have no function signature changes.
If you still require this functionality for debugging purposes, it has moved to a console variable that can be temporarily enabled during an editor session to bypass the fast path: 'BP.bForceAllDependenciesToRecompile 1'.