FHttpManager::IsDomainAllowed

Determine if the domain is allowed to be accessed

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h

Include

#include "HttpManager.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp

Syntax

bool IsDomainAllowed
(
    const FString & Url
) const

Remarks

Determine if the domain is allowed to be accessed

Returns

true if domain is whitelisted and allowed

Parameters

Parameter

Description

Url

the path to check domain on

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss