Navigation
Unreal Engine C++ API Reference > Plugins > Composure > ACompositingElement
References
Module | Composure |
Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElement.h |
Include | #include "CompositingElement.h" |
Source | /Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElement.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Composure&124;Element"&41;
void SetOpacity
&40;
const float NewOpacity
&41;
Remarks
Set the rendering opacity of current composure actor.
Parameters
Name | Description |
---|---|
NewOpacity | The new opacity value set to the composure element. |