I have a problem with accessing the name and debugging it, i only get first character of string debugging it.
FString ObjectName = GetOwner()->GetName();
UE_LOG(LogTemp, Warning, TEXT("%S"), *ObjectName);
I have a problem with accessing the name and debugging it, i only get first character of string debugging it.
FString ObjectName = GetOwner()->GetName();
UE_LOG(LogTemp, Warning, TEXT("%S"), *ObjectName);
i fixed it, i had a Upprecase āsā in the TEXT("%s")
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.