Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Settings > API/Editor/UnrealEd/Settings/UBlueprintEditorProjectSettings
Syntax
UPROPERTY (Config)
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'.