FPlacementCategoryInfo

Struct providing information for a user category of placement objects

Windows
MacOS
Linux

Inheritance Hierarchy

FPlacementCategoryInfo

FPlacementCategory

References

Module

PlacementMode

Header

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

Include

#include "IPlacementModeModule.h"

Syntax

struct FPlacementCategoryInfo

Remarks

Struct providing information for a user category of placement objects

Variables

Name Description

Public variable

bool

 

bSortable

Whether the items in this category are automatically sortable by name.

Public variable

TFunction< TSha...

 

CustomGenerator

Optional generator function used to construct this category's tab content.

Public variable

FText

 

DisplayName

This category's display name

Public variable

int32

 

SortOrder

Sort order for the category tab (lowest first)

Public variable

FString

 

TagMetaData

Optional tag meta data for the tab widget

Public variable

FName

 

UniqueHandle

A unique name for this category

Constructors

Name Description

Public function

FPlacementCategoryInfo

(
    FText InDisplayName,
    FName InHandle,
    FString InTag,
    int32 InSortOrder,
    bool bInSortable
)

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