SNodePanel::Contains

Is the given node being observed by a widget in this panel?

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h

Include

#include "SNodePanel.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp

Syntax

bool Contains
(
    UObject * Node
) const

Remarks

Is the given node being observed by a widget in this panel?

Returns

True if the node is being observed by some widget in this panel; false otherwise.

Parameters

Parameter

Description

Node

The node to look for.

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