Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FPrimitiveComponentTarget
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ComponentSourceInterfaces.h |
| Include | #include "ComponentSourceInterfaces.h" |
bool HasSameSourceData
(
const FPrimitiveComponentTarget & OtherTarget
) const
Remarks
Checks if the underlying asset that would be edited by CommitMesh() is the same for two ComponentTargets true if both component targets are known to share the same source asset
Parameters
| Name | Description |
|---|---|
| OtherTarget | Another component target to compare against |