Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTextureRenderTarget
Description
Returns a pointer to the (game thread managed) render target resource. Note that you're not allowed to deferenced this pointer on the game thread, you can only pass the pointer around and check for NULLness
| Name | GameThread_GetRenderTargetResource |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget.h |
| Include Path | #include "Engine/TextureRenderTarget.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TextureRenderTarget.cpp |
FTextureRenderTargetResource * GameThread_GetRenderTargetResource()
pointer to resource