Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/UMRMeshComponent
- UPrimitiveComponent::SetCollisionProfileName()
- UMRMeshComponent::SetCollisionProfileName()
References
Module | MRMesh |
Header | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
Include | #include "MRMeshComponent.h" |
Source | /Engine/Source/Runtime/MRMesh/Private/MRMeshComponent.cpp |
virtual void SetCollisionProfileName
&40;
FName InCollisionProfileName,
bool bUpdateOverlaps
&41;
Remarks
Set Collision Profile Name This function is called by constructors when they set ProfileName This will change current CollisionProfileName to be this, and overwrite Collision Setting
Parameters
Name | Description |
---|---|
InCollisionProfileName | : New Profile Name |