SGraphNodeK2Base::RequiresSecondPassLayout

Returns true if this node is dependent on the location of other nodes (it can only depend on the location of first-pass only nodes)

Unreal Engine C++ API Reference > Editor > GraphEditor > KismetNodes > SGraphNodeK2Base

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Base.h
Include #include "KismetNodes/SGraphNodeK2Base.h"
Source /Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp
virtual bool RequiresSecondPassLayout() const

Remarks

Returns true if this node is dependent on the location of other nodes (it can only depend on the location of first-pass only nodes)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library