Datasmith::CheckXMLFileSchema

Check if the xml file schema is in the list of supported schema

Windows
MacOS
Linux

References

Module

DatasmithTranslator

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/DatasmithTranslator.h

Include

#include "DatasmithTranslator.h"

Syntax

namespace Datasmith
{
    template<class... ValueTypes>
    bool Datasmith::CheckXMLFileSchema
    (
        const FString & XmlFilePath,
        ValueTypes &... SupportedSchema
    )
}

Remarks

Check if the xml file schema is in the list of supported schema

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