![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DatasmithSceneXmlReader.h>
Public Member Functions | |
| UE_API | FDatasmithSceneXmlReader () |
| UE_API | ~FDatasmithSceneXmlReader () |
| UE_API bool | ParseFile (const FString &InFilename, TSharedRef< IDatasmithScene > &OutScene, bool bInAppend=false) |
| UE_API bool | ParseBuffer (const FString &XmlBuffer, TSharedRef< IDatasmithScene > &OutScene, bool bInAppend=false) |
|
default |
|
default |
| bool FDatasmithSceneXmlReader::ParseBuffer | ( | const FString & | XmlBuffer, |
| TSharedRef< IDatasmithScene > & | OutScene, | ||
| bool | bInAppend = false |
||
| ) |
| bool FDatasmithSceneXmlReader::ParseFile | ( | const FString & | InFilename, |
| TSharedRef< IDatasmithScene > & | OutScene, | ||
| bool | bInAppend = false |
||
| ) |