UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHeightfieldComponentTextures Class Reference

#include <HeightfieldLighting.h>

Public Member Functions

 FHeightfieldComponentTextures (UTexture2D *InHeightAndNormal, UTexture2D *InVisibility)
 
FORCEINLINE bool operator== (FHeightfieldComponentTextures Other) const
 

Public Attributes

UTexture2DHeightAndNormal
 
UTexture2DVisibility
 

Friends

FORCEINLINE friend uint32 GetTypeHash (FHeightfieldComponentTextures ComponentTextures)
 

Constructor & Destructor Documentation

◆ FHeightfieldComponentTextures()

FHeightfieldComponentTextures::FHeightfieldComponentTextures ( UTexture2D InHeightAndNormal,
UTexture2D InVisibility 
)
inline

Member Function Documentation

◆ operator==()

FORCEINLINE bool FHeightfieldComponentTextures::operator== ( FHeightfieldComponentTextures  Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

FORCEINLINE friend uint32 GetTypeHash ( FHeightfieldComponentTextures  ComponentTextures)
friend

Member Data Documentation

◆ HeightAndNormal

UTexture2D* FHeightfieldComponentTextures::HeightAndNormal

◆ Visibility

UTexture2D* FHeightfieldComponentTextures::Visibility

The documentation for this class was generated from the following file: