UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HairStrandsVoxelization.h File Reference
#include "CoreMinimal.h"
#include "RendererInterface.h"
#include "RenderGraphResources.h"
#include "SceneRendering.h"

Go to the source code of this file.

Functions

bool IsHairStrandsVoxelizationEnable (EShaderPlatform ShaderPlatform)
 Global enable/disable for hair voxelization.
 
bool IsHairStrandsForVoxelTransmittanceAndShadowEnable (EShaderPlatform ShaderPlatform)
 
void VoxelizeHairStrands (FRDGBuilder &GraphBuilder, const class FScene *Scene, FViewInfo &View, FInstanceCullingManager &InstanceCullingManager, const FVector &PreViewStereoCorrection)
 

Function Documentation

◆ IsHairStrandsForVoxelTransmittanceAndShadowEnable()

bool IsHairStrandsForVoxelTransmittanceAndShadowEnable ( EShaderPlatform  ShaderPlatform)

◆ IsHairStrandsVoxelizationEnable()

bool IsHairStrandsVoxelizationEnable ( EShaderPlatform  ShaderPlatform)

Global enable/disable for hair voxelization.

◆ VoxelizeHairStrands()

void VoxelizeHairStrands ( FRDGBuilder GraphBuilder,
const class FScene Scene,
FViewInfo View,
FInstanceCullingManager InstanceCullingManager,
const FVector PreViewStereoCorrection 
)