IAssetFactoryInterface::PostPlaceAsset

Finalizes any placed elements based on adjustments the factory may need to do.

Unreal Engine C++ API Reference > Editor > EditorFramework > Factories > IAssetFactoryInterface

  • IAssetFactoryInterface::PostPlaceAsset()

References

   
Module EditorFramework
Header /Engine/Source/Editor/EditorFramework/Public/Factories/AssetFactoryInterface.h
Include #include "Factories/AssetFactoryInterface.h"
void PostPlaceAsset
(
    [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FTypedElementHandle](API\Runtime\TypedElementFramework\Elements\Framework\FTypedElementHandle) > InHandle,
    const [FAssetPlacementInfo](API\Editor\EditorFramework\Subsystems\FAssetPlacementInfo) & InPlacementInfo,
    const [FPlacementOptions](API\Editor\EditorFramework\Subsystems\FPlacementOptions) & InPlacementOptions
)

Remarks

Finalizes any placed elements based on adjustments the factory may need to do. This should NOT include any adjustments from viewport or asset editor specific functionality, such as finalizing undo tracking.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library