ICompElementManager::GetElement

Gets the actor object of the named element.

Windows
MacOS
Linux

References

Module

ComposureLayersEditor

Header

/Engine/Plugins/Compositing/Composure/Source/ComposureLayersEditor/Public/ICompElementManager.h

Include

#include "ICompElementManager.h"

Syntax

TWeakObjectPtr< ACompositingElement > GetElement
(
    const FName & ElementName
) const

Remarks

Gets the actor object of the named element.

Returns

The object Object of the provided element name

Parameters

Parameter

Description

ElementName

The name of the element you want to lookup

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