Navigation
API > API/Plugins > API/Plugins/Composure
| Name | UCompositingMediaInput |
| Type | class |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/CompositingElementInputs.h |
| Include Path | #include "CompositingElements/CompositingElementInputs.h" |
Syntax
UCLASS (Abstract)
class UCompositingMediaInput : public UCompositingElementInput
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCompositingElementPass → UCompositingElementInput → UCompositingMediaInput
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCompositingMediaInput() |
CompositingElements/CompositingElementInputs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MediaTransformMaterial | FCompositingMaterial | CompositingElements/CompositingElementInputs.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultMaterial | TObjectPtr< UMaterialInterface > | CompositingElements/CompositingElementInputs.h |
|
|
| DefaultTestPlateMaterial | TObjectPtr< UMaterialInterface > | CompositingElements/CompositingElementInputs.h |
|
|
| FallbackMID | TObjectPtr< UMaterialInstanceDynamic > | CompositingElements/CompositingElementInputs.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UTexture * GenerateInput_Implementation() |
CompositingElements/CompositingElementInputs.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostInitProperties() |
@TODO: Replace MediaTransformMaterial with this | CompositingElements/CompositingElementInputs.h |