Can you specify timer callback function on struct?

Trying to do something like this, but doesn’t seem like it’s supported. Wanted to verify :slight_smile:

GetWorld()->GetTimerManager().SetTimer(handle, msgInfoStruct, &FMessageInfo::Reset, msgDuration);
1 Like

Finally found my answer here:

1 Like