UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition HeightfieldLighting.h:19
FHeightfieldComponentTextures(UTexture2D *InHeightAndNormal, UTexture2D *InVisibility)
Definition HeightfieldLighting.h:22
FORCEINLINE bool operator==(FHeightfieldComponentTextures Other) const
Definition HeightfieldLighting.h:27
FORCEINLINE friend uint32 GetTypeHash(FHeightfieldComponentTextures ComponentTextures)
Definition HeightfieldLighting.h:32
UTexture2D * HeightAndNormal
Definition HeightfieldLighting.h:37
UTexture2D * Visibility
Definition HeightfieldLighting.h:38
Definition Texture2D.h:26