8.40 - Sleepy rune event

This commit is contained in:
YesseYesseY
2025-07-17 01:11:14 +02:00
parent d769fbc1b2
commit 9c3d023274
4 changed files with 67 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ static inline void ProcessEventHook(UObject* Object, UFunction* Function, void*
!strstr(FunctionName.c_str(), "SpinCubeTimeline__UpdateFunc") &&
!strstr(ObjectName.c_str(), "FortPhysicsObjectComponent") &&
!strstr(FunctionName.c_str(), "GetTextValue") &&
!strstr(FunctionName.c_str(), "ServerUpdateLevelVisibility") &&
!strstr(FunctionName.c_str(), "ExecuteUbergraph_BGA_Petrol_Pickup"))
{
LOG_INFO(LogDev, "Function called: {} with {}", FunctionFullName, ObjectName);