FSkyTextureCubeResource::GetSizeY

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

Windows
MacOS
Linux

Override Hierarchy

FTexture::GetSizeY()

FSkyTextureCubeResource::GetSizeY()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkyLightComponent.h

Include

#include "Components/SkyLightComponent.h"

Syntax

virtual uint32 GetSizeY() const

Remarks

PVS-Studio notices that the implementation of GetSizeX 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