Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/IAssetFactoryInterface
Description
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.
| Name | PostPlaceAsset |
| Type | function |
| Header File | /Engine/Source/Editor/EditorFramework/Public/Factories/AssetFactoryInterface.h |
| Include Path | #include "Factories/AssetFactoryInterface.h" |
void PostPlaceAsset
(
TArrayView < const FTypedElementHandle > InHandle,
const FAssetPlacementInfo & InPlacementInfo,
const FPlacementOptions & InPlacementOptions
)