Navigation
API > API/Plugins > API/Plugins/LandscapePatch > API/Plugins/LandscapePatch/FLandscapeTexturePatchAlphaSetti-
Description
When alpha source mode is TextureBackedRenderTarget returns the alpha render target. Will allocate new render target if not yet initialized
| Name | GetAlphaRenderTarget |
| Type | function |
| Header File | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapeTexturePatch.h |
| Include Path | #include "LandscapeTexturePatch.h" |
| Source | /Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Private/LandscapeTexturePatch.cpp |
UTextureRenderTarget2D * GetAlphaRenderTarget
(
UObject * InOuter,
bool bAlwaysMarkDirty
)