FURL::FilterURLString

Static: Removes any special URL characters from the specified string

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/URL.cpp

Syntax

static void FilterURLString
(
    FString & Str
)

Remarks

Static: Removes any special URL characters from the specified string

Parameters

Parameter

Description

Str

String to be filtered