Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FForceFeedbackManager
Description
Virtual that can be overloaded by the inheriting class. It is used to determine whether an object should be conditionally ticked.
Virtual Inheritance
- FTickableObjectBase::IsTickable → FForceFeedbackManager::IsTickable
| Name | IsTickable |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ForceFeedbackComponent.h |
| Include Path | #include "Components/ForceFeedbackComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ForceFeedbackComponent.cpp |
virtual bool IsTickable() const
true if object is ready to be ticked, false otherwise.