UComposureBlueprintLibrary::GetComposureElement

Get a specific composure element

Windows
MacOS
Linux

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Classes/ComposureBlueprintLibrary.h

Include

#include "ComposureBlueprintLibrary.h"

Source

/Engine/Plugins/Compositing/Composure/Source/Composure/Private/ComposureBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Composure|Manager")
static ACompositingElement * GetComposureElement
(
    const FName ElementName
)

Remarks

Get a specific composure element

Returns

CompositingElement The composure element found. It can be nullptr if there is no composure element matches the input name.

Parameters

Parameter

Description

ElementName

The name of the composure element that we want to get.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss