FPlacementModeModule::GetSortedCategories

Populate the specified array with all registered category information, sorted by SortOrder

Windows
MacOS
Linux

Override Hierarchy

IPlacementModeModule::GetSortedCategories()

FPlacementModeModule::GetSortedCategories()

References

Module

PlacementMode

Header

/Engine/Source/Editor/PlacementMode/Public/PlacementModeModule.h

Include

#include "PlacementModeModule.h"

Source

/Engine/Source/Editor/PlacementMode/Private/PlacementModeModule.cpp

Syntax

virtual void GetSortedCategories
(
    TArray< FPlacementCategoryInfo > & OutCategories
) const

Remarks

Populate the specified array with all registered category information, sorted by SortOrder

Parameters

Parameter

Description

OutCategories

The array to populate with registered category inforamtion

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss