FPlacementModeModule::RegisterPlacementCategory

Register a new category of placement items

Windows
MacOS
Linux

Override Hierarchy

IPlacementModeModule::RegisterPlacementCategory()

FPlacementModeModule::RegisterPlacementCategory()

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 bool RegisterPlacementCategory
(
    const FPlacementCategoryInfo & Info
)

Remarks

Register a new category of placement items

Returns

true on success, false on failure (probably if the category's unique handle is already in use)

Parameters

Parameter

Description

Info

Information pertaining to the category

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