Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FImageDataStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MuR/ImageDataStorage.h | |||
FImageDataStorage
(
const FImageDesc& Desc |
MuR/ImageDataStorage.h | ||
FImageDataStorage
(
const FImageDataStorage& Other |
MuR/ImageDataStorage.h | ||
FImageDataStorage
(
FImageDataStorage&& Other |
MuR/ImageDataStorage.h |
FImageDataStorage()
| Name | FImageDataStorage |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/ImageDataStorage.cpp |
FImageDataStorage()
FImageDataStorage(const FImageDesc &)
| Name | FImageDataStorage |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/ImageDataStorage.cpp |
FImageDataStorage
(
const FImageDesc & Desc
)
FImageDataStorage(const FImageDataStorage &)
| Name | FImageDataStorage |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/ImageDataStorage.cpp |
FImageDataStorage
(
const FImageDataStorage & Other
)
FImageDataStorage(FImageDataStorage &&)
| Name | FImageDataStorage |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/ImageDataStorage.h |
| Include Path | #include "MuR/ImageDataStorage.h" |
FImageDataStorage
(
FImageDataStorage && Other
)