Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UForceFeedbackComponent
- UActorComponent::Activate()
- UForceFeedbackComponent::Activate()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/ForceFeedbackComponent.h |
| Include | #include "Components/ForceFeedbackComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ForceFeedbackComponent.cpp |
virtual void Activate
(
bool bReset
)
Remarks
Activates the SceneComponent, should be overridden by native child classes.
Parameters
| Name | Description |
|---|---|
| bReset | Whether the activation should happen even if ShouldActivate returns false. |