Navigation
API > API/Runtime > API/Runtime/Engine
An material render proxy which overrides the material's Color vector and Texture parameter (mixed together).
| Name | FColoredTexturedMaterialRenderProxy |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialRenderProxy.h |
| Include Path | #include "Materials/MaterialRenderProxy.h" |
Syntax
class FColoredTexturedMaterialRenderProxy : public FColoredMaterialRenderProxy
Inheritance Hierarchy
- FRenderResource → FMaterialRenderProxy → FColoredMaterialRenderProxy → FColoredTexturedMaterialRenderProxy
- FNoncopyable → FMaterialRenderProxy → FColoredMaterialRenderProxy → FColoredTexturedMaterialRenderProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FColoredTexturedMaterialRenderProxy
(
const FMaterialRenderProxy* InParent, |
Initialization constructor. | Materials/MaterialRenderProxy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Texture | const UTexture * | Materials/MaterialRenderProxy.h | ||
| TextureParamName | FName | Materials/MaterialRenderProxy.h | ||
| UVChannel | float | Materials/MaterialRenderProxy.h | ||
| UVChannelParamName | FName | Materials/MaterialRenderProxy.h |
Functions
Public
Overridden from FMaterialRenderProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetParameterValue
(
EMaterialParameterType Type, |
Materials/MaterialRenderProxy.h |