![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CubemapUnwrapUtils.h>
Inheritance diagram for FIESLightProfileBatchedElementParameters:Public Member Functions | |
| FIESLightProfileBatchedElementParameters (float InBrightnessInLumens) | |
| virtual ENGINE_API void | BindShaders (FRHICommandList &RHICmdList, FGraphicsPipelineStateInitializer &GraphicsPSOInit, ERHIFeatureLevel::Type InFeatureLevel, const FMatrix &InTransform, const float InGamma, const FMatrix &ColorWeights, const FTexture *Texture) override |
Public Member Functions inherited from FRefCountedObject | |
| FRefCountedObject () | |
| virtual | ~FRefCountedObject () |
| FRefCountedObject (const FRefCountedObject &Rhs)=delete | |
| FRefCountedObject & | operator= (const FRefCountedObject &Rhs)=delete |
| FReturnedRefCountValue | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
|
inline |
|
overridevirtual |
Binds vertex and pixel shaders for this element
Implements FBatchedElementParameters.