Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ETextureRenderTargetSampleCount |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget2D.h |
| Include Path | #include "Engine/TextureRenderTarget2D.h" |
Syntax
enum ETextureRenderTargetSampleCount
{
RTSC_1,
RTSC_2,
RTSC_4,
RTSC_8,
RTSC_MAX,
}
Values
| Name | Remarks |
|---|---|
| RTSC_1 | |
| RTSC_2 | |
| RTSC_4 | |
| RTSC_8 | |
| RTSC_MAX |