FDatasmithSceneXmlReader

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithSceneXmlReader.h

Include

#include "DatasmithSceneXmlReader.h"

Syntax

class FDatasmithSceneXmlReader

Constructors

Name Description

Public function

FDatasmithSceneXmlReader()

Force non-inline constructor and destructor to prevent instantiating TUniquePtr< FXmlFile > with an incomplete FXmlFile type (forward declared)

Destructors

Name Description

Public function

~FDatasmithSceneXmlReader()

Functions

Name Description

Public function

bool

 

ParseBuffer

(
    const FString& XmlBuffer,
    TSharedRef< IDatasmithScene >& Out...,
    bool bInAppend
)

Public function

bool

 

ParseFile

(
    const FString& InFilename,
    TSharedRef< IDatasmithScene >& Out...,
    bool bInAppend
)

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