IAssetFactoryInterface::FactorySettingsObjectForPlacement

Returns the settings object which this factory will use to customize placement settings, based on the given placement information.

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

  • IAssetFactoryInterface::FactorySettingsObjectForPlacement()

References

   
Module EditorFramework
Header /Engine/Source/Editor/EditorFramework/Public/Factories/AssetFactoryInterface.h
Include #include "Factories/AssetFactoryInterface.h"
[UInstancedPlacemenClientSettings](API\Runtime\Engine\Instances\UInstancedPlacemenClientSettings) * FactorySettingsObjectForPlacement
(
    const [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) & InAssetData,
    const [FPlacementOptions](API\Editor\EditorFramework\Subsystems\FPlacementOptions) & InPlacementOptions
)

Remarks

Returns the settings object which this factory will use to customize placement settings, based on the given placement information.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library