Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Syntax
bool GShouldVerifyGCAssumptions
Remarks
Allows release builds to override not verifying GC assumptions. Useful for profiling as it's hitchy.
If set and VERIFY_DISREGARD_GC_ASSUMPTIONS is true, we verify GC assumptions about "Disregard For GC" objects and clusters.