Navigation
API > API/Plugins > API/Plugins/PhysicsControl > API/Plugins/PhysicsControl/UPhysicsControlComponent
Description
Stops caching skeletal mesh poses (if this is the last one), and deregisters for a tick pre-requisite. Returns true if this was the last reference, false otherwise.
| Name | RemoveSkeletalMeshReferenceForCaching |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Public/PhysicsControlComponent.h |
| Include Path | #include "PhysicsControlComponent.h" |
| Source | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControl/Private/PhysicsControlComponentImpl.cpp |
bool RemoveSkeletalMeshReferenceForCaching
(
USkeletalMeshComponent * SkeletalMeshComponent
)