UHierarchicalInstancedStaticMeshComponent::ShouldCreatePhysicsState

Return true if [CreatePhysicsState()](API\Runtime\Engine\Components\UActorComponent\CreatePhysicsState) should be called.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h

Include

#include "Components/HierarchicalInstancedStaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp

Syntax

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