Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
- UActorComponent::SetComponentTickEnabled()
- USkeletalMeshComponent::SetComponentTickEnabled()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp |
virtual void SetComponentTickEnabled
(
bool bEnabled
)
Remarks
Set this component's tick functions to be enabled or disabled. Only has an effect if the function is registered
Parameters
| Name | Description |
|---|---|
| bEnabled | Whether it should be enabled or not |