IPlacementModeModule::RegisterPlaceableItem

Register a new placeable item for the specified category

Windows
MacOS
Linux

Override Hierarchy

IPlacementModeModule::RegisterPlaceableItem()

FPlacementModeModule::RegisterPlaceableItem()

References

Module

PlacementMode

Header

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

Include

#include "IPlacementModeModule.h"

Syntax

TOptional< FPlacementModeID > RegisterPlaceableItem
(
    FName CategoryName,
    const TSharedRef< FPlaceableItem > & Item
)

Remarks

Register a new placeable item for the specified category

Returns

Optional unique identifier for the registered item, or empty on failure (if the category doesn't exist)

Parameters

Parameter

Description

Item

The placeable item to register

CategoryName

Unique handle to the category in which to place this item

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