Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ComponentSourceInterfaces.h |
| Include | #include "ComponentSourceInterfaces.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/ComponentSourceInterfaces.cpp |
int32 AddComponentTargetFactory
(
TUniquePtr< FComponentTargetFactory > Factory
)
Remarks
Add a factory method to make ComponentTarget from UPrimitiveComponent* integer indentifier that identifies this Factory
Parameters
| Name | Description |
|---|---|
| Factory | The ComponentTargetFactory |