Enum ETextureRenderTargetSampleCount Path C++ Link /Script/Engine.ETextureRenderTargetSampleCount underlying uint8 /Script/Engine Values 5 NameValueHex RTSC_100x00RTSC_210x01RTSC_420x02RTSC_830x03RTSC_MAX40x04 Used by 1types with a member, parameter or interface of this type UCanvasRenderTarget2D // /Script/Engine.ETextureRenderTargetSampleCount enum class ETextureRenderTargetSampleCount : uint8 { RTSC_1 = 0, RTSC_2 = 1, RTSC_4 = 2, RTSC_8 = 3, RTSC_MAX = 4, };