Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTexture2DBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const void * GetRawTexelBufferUnsafe () |
This point is invalid after the texture is Committed! | AssetUtils/Texture2DBuilder.h | |
void * GetRawTexelBufferUnsafe () |
This point is invalid after the texture is Committed! | AssetUtils/Texture2DBuilder.h |
GetRawTexelBufferUnsafe()
Warnings * this point is invalid after the texture is Committed!
Description
This point is invalid after the texture is Committed!
| Name | GetRawTexelBufferUnsafe |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/AssetUtils/Texture2DBuilder.h |
| Include Path | #include "AssetUtils/Texture2DBuilder.h" |
const void * GetRawTexelBufferUnsafe() const
current locked Mip data. Nullptr if IsEditable() == false. Use IsByteTexture() / IsFloat16Texture() to determine type.
GetRawTexelBufferUnsafe()
Warnings * this point is invalid after the texture is Committed!
Description
This point is invalid after the texture is Committed!
| Name | GetRawTexelBufferUnsafe |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/AssetUtils/Texture2DBuilder.h |
| Include Path | #include "AssetUtils/Texture2DBuilder.h" |
void * GetRawTexelBufferUnsafe()
current locked Mip data. Nullptr if IsEditable() == false. Use IsByteTexture() / IsFloat16Texture() to determine type.