I can’t figure out why my
DECLARE_DYNAMIC_DELEGATE_OneParam( FOnTimelineFloat, float, Output );
won’t work eventhough I added the header file “Components/TimelineComponent.h” to my cpp.
I followed this wiki: Wiki Timeline
Compiler always crush. IntelliSense says, it’s undefined. Where is the problem? My cpp code is same as in the wiki. “FOnTimelineEventStatic” works.