UTextureRenderTargetCube::GetSurfaceHeight

PVS-Studio notices that the implementation of GetSurfaceWidth is identical to this one and warns us.

Windows
MacOS
Linux

Override Hierarchy

UTexture::GetSurfaceHeight()

UTextureRenderTargetCube::GetSurfaceHeight()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetCube.h

Include

#include "Engine/TextureRenderTargetCube.h"

Syntax

virtual float GetSurfaceHeight() const

Remarks

PVS-Studio notices that the implementation of GetSurfaceWidth is identical to this one and warns us. In this case, it is intentional, so we disable the warning:

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss