Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FDDSFile
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include | #include "DDSFile.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/DDSFile.cpp |
static FDDSFile * CreateFromDDSInMemory
(
const uint8 * InDDS,
int64 InDDSSize,
EDDSError * OutError,
bool bHeaderOnly
)
Remarks
Used for loading from a DDS file image in memory.
On error, returns nullptr. If a non-null OutError is supplied, error information is written there.