Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkinWeightProfileManager
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 → FSkinWeightProfileManager::IsTickable
| Name | IsTickable |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/SkinWeightProfileManager.h |
| Include Path | #include "Animation/SkinWeightProfileManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/SkinWeightProfileManager.cpp |
virtual bool IsTickable() const
true if object is ready to be ticked, false otherwise.