UPlacementSubsystem::PlaceAsset

Places a single asset based on the given [FAssetPlacementInfo](API\Editor\EditorFramework\Subsystems\FAssetPlacementInfo) and [FPlacementOptions](API\Editor\EditorFramework\Subsystems\FPlacementOptions).

Unreal Engine C++ API Reference > Editor > EditorFramework > Subsystems > UPlacementSubsystem

References

   
Module EditorFramework
Header /Engine/Source/Editor/EditorFramework/Public/Subsystems/PlacementSubsystem.h
Include #include "Subsystems/PlacementSubsystem.h"
Source /Engine/Source/Editor/EditorFramework/Private/Subsystems/PlacementSubsystem.cpp
[TArray](API\Runtime\Core\Containers\TArray)< [FTypedElementHandle](API\Runtime\TypedElementFramework\Elements\Framework\FTypedElementHandle) > PlaceAsset
(
    const [FAssetPlacementInfo](API\Editor\EditorFramework\Subsystems\FAssetPlacementInfo) & InPlacementInfo,
    const [FPlacementOptions](API\Editor\EditorFramework\Subsystems\FPlacementOptions) & InPlacementOptions
)

Remarks

Places a single asset based on the given FAssetPlacementInfo and FPlacementOptions. an array of FTypedElementHandles corresponding to any successfully placed elements.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library