Hello Everyone, I want to know how I can use/implement the function PostInitializeComponents();
I am doing this way but not sure I am right.
.h
virtual void PostInitializeComponents() override;
.cpp
void AMyCharacter::PostInitializeComponents()
{
//Logic
}