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
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
CompositingElements/CompositingElementInputs.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MediaTransformMaterial |
FCompositingMaterial |
|
CompositingElements/CompositingElementInputs.h |
- EditAnywhere
- BlueprintReadOnly
- Category="Compositing Pass"
- Meta=(DisplayAfter="MediaSource", EditCondition="bEnabled")
|
Protected
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 |
|