Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialExpressionSettings.h |
| Include | #include "MaterialExpressionSettings.h" |
Syntax
class FMaterialExpressionSettings
Remarks
Singleton for the material expression settings and permissions
Constructors
No constructors are accessible with public or protected access.
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMaterialExpressionSettings * | Get () |
Gets singleton instance | |
| bool | |||
| bool | IsClassPathAllowed
(
const FTopLevelAssetPath& InClassPath |
||
| void | RegisterIsClassPathAllowedDelegate
(
const FName OwnerName, |
||
| void | UnregisterIsClassPathAllowedDelegate
(
const FName OwnerName |
Typedefs
| Name | Description |
|---|---|
| FOnIsClassPathAllowed | Delegate to filter class paths from permissions lists |