Navigation
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 |
void CenterObject ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) * ObjectToCenter )
Remarks
On the next tick, centers the widget associated with the object if it exists
Parameters
Name | Description |
---|---|
ObjectToCenter | The object to center |