ICompElementManager::TryGetElement

Attempts to get the actor object of the provided element name.

Windows
MacOS
Linux

References

Module

ComposureLayersEditor

Header

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

Include

#include "ICompElementManager.h"

Syntax

bool TryGetElement
(
    const FName & ElementName,
    TWeakObjectPtr< ACompositingElement > & OutElement
)

Remarks

Attempts to get the actor object of the provided element name.

Returns

True if a valid actor object was found and set to OutElement; otherwise false, a valid actor object was not found.

Parameters

Parameter

Description

ElementName

The name of the element you want to lookup

OutElement[OUT]

Set to the actor object of the named element. Set to Invalid if no actor object exists.

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