Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FForceFeedbackManager
Description
Used to determine the specific world this object is associated with. If this returns a valid world it will tick during that world's level tick. If this returns null, it will tick during the general engine tick after all world ticks.
Virtual Inheritance
- FTickableGameObject::GetTickableGameObjectWorld → FForceFeedbackManager::GetTickableGameObjectWorld
| Name | GetTickableGameObjectWorld |
| 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 UWorld * GetTickableGameObjectWorld() const
the world this object is associated with, or nullptr