Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpManager > API/Runtime/HTTP/FHttpManager/FHttpFlushTimeLimit
Syntax
double SoftLimitSeconds
Remarks
Designates the amount of time we will wait during a flush before we try to cancel the request. This MUST be strictly < FlushTimeHardLimitSeconds for the logic to work and actually cancel the request, since we must Tick at least one time for the cancel to work. Setting this to 0 will immediately cancel all ongoing requests. A hard limit is still required for this to work. Setting this to < 0 will disable the cancel, but FlushTimeHardLimitSeconds can still be used to stop waiting on requests.