SNodePanel::Contains

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

Unreal Engine C++ API Reference > Editor > GraphEditor > SNodePanel

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h
Include #include "SNodePanel.h"
Source /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp
bool Contains
(
    [UObject](API\Runtime\CoreUObject\UObject\UObject) * Node
) const

Remarks

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

Parameters

Name Description
Node The node to look for.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library