Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Core/Public/InterchangeSourceData.h |
Include |
#include "InterchangeSourceData.h" |
class UInterchangeSourceData : public UObject
Helper class to be able to read different source data File on disk HTTP URL (TODO) Memory buffer (TODO) Stream (TODO)
Name | Description | |
---|---|---|
|
UInterchangeSourceData() |
|
|
UInterchangeSourceData ( |
Name | Description | ||
---|---|---|---|
|
GetFileContentHash() |
Return the hash of the content point by Filename. |
|
|
GetFilename() |
||
|
SetFilename ( |
||
|
ToDisplayString() |
Return a easy to read source description string, this is mainly use for logging or UI. |