Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
- UActorComponent::ShouldCreatePhysicsState()
- UPrimitiveComponent::ShouldCreatePhysicsState()
- UClusterUnionComponent::ShouldCreatePhysicsState()
- UInstancedStaticMeshComponent::ShouldCreatePhysicsState()
- USkeletalMeshComponent::ShouldCreatePhysicsState()
- UStaticMeshComponent::ShouldCreatePhysicsState()
- UInstancedStaticMeshComponent::ShouldCreatePhysicsState()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
virtual bool ShouldCreatePhysicsState() 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