Navigation
API > API/Runtime > API/Runtime/MRMesh > API/Runtime/MRMesh/UMRMeshComponent
- UActorComponent::ShouldCreatePhysicsState()
- UPrimitiveComponent::ShouldCreatePhysicsState()
- UMRMeshComponent::ShouldCreatePhysicsState()
References
| Module | MRMesh |
| Header | /Engine/Source/Runtime/MRMesh/Public/MRMeshComponent.h |
| Include | #include "MRMeshComponent.h" |
| Source | /Engine/Source/Runtime/MRMesh/Private/MRMeshComponent.cpp |
virtual bool ShouldCreatePhysicsState&40;&41; const
Remarks
Return true if CreatePhysicsState() should be called. Ideally CreatePhysicsState() should always succeed if this returns true, but this isn't currently the case