FSourceUri::HasScheme

Check if the [FSourceUri](API\Plugins\ExternalSource\FSourceUri) has the provided scheme.

Choose your operating system:

Windows

macOS

Linux

References

Module

ExternalSource

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Public/SourceUri.h

Include

#include "SourceUri.h"

Source

/Engine/Plugins/Enterprise/DatasmithImporter/Source/ExternalSource/Private/SourceUri.cpp

Syntax

bool HasScheme
(
    const FString & InScheme
) const

Remarks

Check if the FSourceUri has the provided scheme.

Returns

True if the Uri has the provided scheme.

Parameters

Parameter

Description

InScheme

The scheme to look for.