Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
Inheritance Hierarchy
- FRenderResource
- FNoncopyable
- FMaterialRenderProxy
- FColoredMaterialRenderProxy
- FColoredTexturedMaterialRenderProxy
- FLightingDensityMaterialRenderProxy
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Materials/MaterialRenderProxy.h |
Include | #include "Materials/MaterialRenderProxy.h" |
Syntax
class FColoredMaterialRenderProxy : public FMaterialRenderProxy
Remarks
An material render proxy which overrides the material's Color vector parameter.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const FLinearColor | Color | |
![]() |
FName | ColorParamName | |
![]() |
const FMaterialRenderProxy *const | Parent |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FColoredMaterialRenderProxy
(
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, |