Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeSourceData
References
Module | InterchangeCore |
Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeSourceData.h |
Include | #include "InterchangeSourceData.h" |
Syntax
class UInterchangeSourceData : public UObject
Remarks
Helper class to be able to read different source data File on disk HTTP URL (TODO) Memory buffer (TODO) Stream (TODO)
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
UInterchangeSourceData
(
FString InFilename |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TOptional< FMD5Hash > | Return the hash of the content point by Filename. | |
![]() ![]() |
FString | GetFilename () |
|
![]() |
bool | SetFilename
(
const FString& InFilename |
|
![]() ![]() |
FString | Return a easy to read source description string, this is mainly use for logging or UI. |