Navigation
API > API/Runtime > API/Runtime/Renderer
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/HairStrandsInterface.h |
| Include | #include "HairStrandsInterface.h" |
Syntax
class FHairStrandsInstanceCommonParameters
Remarks
Instance common parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FHairStrandsInstanceAttributeParameters::FTypeInfo::TAlignedType | Attributes | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | bRaytracingGeometry | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | bScatterSceneLighting | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | bSimulation | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | bSingleGuide | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | bStableRasterization | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | CurveCount | ||
| TShaderParameterTypeInfo< float >::TAlignedType | Density | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | GroupCount | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | GroupIndex | ||
| TShaderParameterTypeInfo< float >::TAlignedType | Length | ||
| TShaderParameterTypeInfo< float >::TAlignedType | LengthScale | ||
| TShaderParameterTypeInfo< FMatrix44f >::TAlignedType | LocalToTranslatedWorldPrimitiveTransform | ||
| TShaderParameterTypeInfo< FMatrix44f >::TAlignedType | LocalToWorldPrimitiveTransform | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | PointCount | ||
| TShaderParameterTypeInfo< FVector3f >::TAlignedType | PositionOffset | ||
| TShaderParameterTypeInfo< FVector3f >::TAlignedType | PrevPositionOffset | ||
| TShaderParameterTypeInfo< float >::TAlignedType | Radius | ||
| TShaderParameterTypeInfo< uint32 >::TAlignedType | RaytracingProceduralSplits | ||
| TShaderParameterTypeInfo< float >::TAlignedType | RaytracingRadiusScale | ||
| TShaderParameterTypeInfo< float >::TAlignedType | RootScale | ||
| TShaderParameterTypeInfo< float >::TAlignedType | TipScale |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniformBufferRHIRef | CreateUniformBuffer
(
const FHairStrandsInstanceCommonParameters& InContents, |
||
| TArray< FShaderParametersMetadata::FMember > | zzGetMembers () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FTypeInfo |