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/EditorSupport/CompositingElementEditorSupport.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Composure&124;Editor"&41;
void SetEditorColorPickingTarget
&40;
UTextureRenderTarget2D &42; PickingTarget
&41;
Remarks
NOTE: as we cannot make BlueprintCallable functions EditorOnly, we've previously flagged these as "DevelopmentOnly", and made them non-functional outside of the editor However, that restriction has now been removed, since the functions do nothing outside the Editor, so it is ok for them to be included in packaged games.EDITOR ONLY - Specifies which intermediate target to pick colors from (if left unset, we default to the display image)