Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- FRenderResource
- FNoncopyable
- FMaterialRenderProxy
- FOverrideSelectionColorMaterialRenderProxy
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialRenderProxy.h |
| Include | #include "Materials/MaterialRenderProxy.h" |
Syntax
class FOverrideSelectionColorMaterialRenderProxy : public FMaterialRenderProxy
Remarks
A material render proxy which overrides the selection color
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FMaterialRenderProxy *const | Parent | ||
| const FLinearColor | SelectionColor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOverrideSelectionColorMaterialRenderProxy
(
const FMaterialRenderProxy* InParent, |
Initialization constructor. |
Overridden from FMaterialRenderProxy
| Type | Name | Description | |
|---|---|---|---|
| const FMaterialRenderProxy * | GetFallback
(
ERHIFeatureLevel::Type InFeatureLevel |
||
| const FMaterial * | GetMaterialNoFallback
(
ERHIFeatureLevel::Type InFeatureLevel |
Returns the FMaterial, without using a fallback if the FMaterial doesn't have a valid shader map. | |
| bool | GetParameterValue
(
EMaterialParameterType Type, |