Navigation
API > API/Runtime > API/Runtime/Engine
Description
Returns whether the given expression class is allowed.
Returns whether the given expression class is allowed.
| Name | IsAllowedExpressionType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialShared.h |
| Include Path | #include "MaterialShared.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
bool IsAllowedExpressionType
(
const UClass * Class,
const bool bMaterialFunction
)