Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPhysicsAsset
Description
Check if the Bounds can be calculate for the specified MeshComponent. return true if the skeleton match with the physic asset and the bounds can be calculated, otherwise it will return false.
| Name | CanCalculateValidAABB |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/PhysicsAsset.h |
| Include Path | #include "PhysicsEngine/PhysicsAsset.h" |
| Source | /Engine/Source/Runtime/Engine/Private/PhysicsEngine/PhysicsAsset.cpp |
bool CanCalculateValidAABB
(
const class USkinnedMeshComponent * MeshComponent,
const FTransform & LocalToWorld
) const