FOnCollectStaticSections

Delegate executed when the list of all actions needs to be refreshed, should return any sections that should always be visible, even if they don't have children.

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

Type

typedef TBaseDelegate_OneParam< void, [TArray](API\Runtime\Core\Containers\TArray)< int32 > & > FOnCollectStaticSections  

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h
Include #include "SGraphActionMenu.h"

Remarks

Delegate executed when the list of all actions needs to be refreshed, should return any sections that should always be visible, even if they don't have children.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library