Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
Return true if CreatePhysicsState() should be called. Ideally CreatePhysicsState() should always succeed if this returns true, but this isn't currently the case
Derived Overrides
- UClusterUnionComponent::ShouldCreatePhysicsState
- UInstancedStaticMeshComponent::ShouldCreatePhysicsState
- UPrimitiveComponent::ShouldCreatePhysicsState
- USkeletalMeshComponent::ShouldCreatePhysicsState
- UStaticMeshComponent::ShouldCreatePhysicsState
| Name | ShouldCreatePhysicsState |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
virtual bool ShouldCreatePhysicsState() const