Navigation
API > API/Runtime > API/Runtime/ImageCore > API/Runtime/ImageCore/FDDSFile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDDSFile * CreateFromDDSInMemory
(
const uint8* InDDS, |
DDSFile.h | ||
static FDDSFile * CreateFromDDSInMemory
(
const uint8* InDDS, |
Used for loading from a DDS file image in memory. | DDSFile.h |
CreateFromDDSInMemory(const uint8 , int64, EDDSError , bool)
| Name | CreateFromDDSInMemory |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include Path | #include "DDSFile.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/DDSFile.cpp |
static FDDSFile * CreateFromDDSInMemory
(
const uint8 * InDDS,
int64 InDDSSize,
EDDSError * OutError,
bool bHeaderOnly
)
CreateFromDDSInMemory(const uint8 , int64, EDDSError , EDDSReadMipMode)
Description
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.
| Name | CreateFromDDSInMemory |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageCore/Public/DDSFile.h |
| Include Path | #include "DDSFile.h" |
| Source | /Engine/Source/Runtime/ImageCore/Private/DDSFile.cpp |
static FDDSFile * CreateFromDDSInMemory
(
const uint8 * InDDS,
int64 InDDSSize,
EDDSError * OutError,
EDDSReadMipMode InMipReadMode
)