SEventsTree::CreateSelectedEventsViewRecursivelyCoalesced

Helper function for creating a copy of the selected events combining leaves with the same name

Unreal Engine C++ API Reference > Developer > ProfileVisualizer > SEventsTree

References

   
Module ProfileVisualizer
Header /Engine/Source/Developer/ProfileVisualizer/Public/SEventsTree.h
Include #include "SEventsTree.h"
Source /Engine/Source/Developer/ProfileVisualizer/Private/SEventsTree.cpp
void CreateSelectedEventsViewRecursivelyCoalesced
(
    [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FVisualizerEvent](API\Developer\ProfileVisualizer\FVisualizerEvent) > > & SourceEvents,
    [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FVisualizerEvent](API\Developer\ProfileVisualizer\FVisualizerEvent) > > & CopiedEvents,
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FVisualizerEvent](API\Developer\ProfileVisualizer\FVisualizerEvent) > InParent
)

Remarks

Helper function for creating a copy of the selected events combining leaves with the same name


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library