Navigation
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.