Set "Start Awake" in C++

Hey, how do I set “Start Awake” flag in C++?
I cannot find the function

startawake

Thanks in advance

try Mesh->BodyInstance->bStartAwake = true

“Mesh->BodyInstance.bStartAwake” instead of
“Mesh->BodyInstance->bStartAwake” worked.

thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.