Epic Developer Community Forums
Inheritance from c++
Development
Programming & Scripting
Blueprint
,
question
,
unreal-engine
,
CPP
LenichZdarova
(LenichZdarova)
October 11, 2023, 8:00am
1
Безымянный
935×352 45.8 KB
Безымянный1
801×587 76.5 KB
PrintString function in beginplay event print 0.0- default value. In tick event - it shows -500 (right result). Why? Why Parent:BeginPlay have no effect?
Solved with Super::BeginPlay() in the end of c++ BeginPlay function.