Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsCompatibleWithHairStrands
(
const FMaterial* Material, |
MeshBatch.h | ||
bool IsCompatibleWithHairStrands
(
EShaderPlatform Platform, |
MeshBatch.h |
IsCompatibleWithHairStrands(const FMaterial *, const ERHIFeatureLevel::Type)
| Name | IsCompatibleWithHairStrands |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshBatch.h |
| Include Path | #include "MeshBatch.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp |
bool IsCompatibleWithHairStrands
(
const FMaterial * Material,
const ERHIFeatureLevel::Type FeatureLevel
)
IsCompatibleWithHairStrands(EShaderPlatform, const FMaterialShaderParameters &)
| Name | IsCompatibleWithHairStrands |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MeshBatch.h |
| Include Path | #include "MeshBatch.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp |
bool IsCompatibleWithHairStrands
(
EShaderPlatform Platform,
const FMaterialShaderParameters & Parameters
)