Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UnlockMip
(
int32 MipIndex |
Engine/Texture.h | ||
void UnlockMip
(
int32 BlockIndex, |
Unlock a mip. | Engine/Texture.h |
UnlockMip(int32)
| Name | UnlockMip |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
void UnlockMip
(
int32 MipIndex
)
UnlockMip(int32, int32, int32)
Description
Unlock a mip.
| Name | UnlockMip |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
| Include Path | #include "Engine/Texture.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
void UnlockMip
(
int32 BlockIndex,
int32 LayerIndex,
int32 MipIndex
)