Remove spaces in line

I am trying to remove the spaces from a string for an output control. Is there a way in blueprint to call the FString::RemoveSpacesInline or is this only available in C++?

FString::RemoveSpacesInline | Unreal Engine Documentation

this worked:
in the “from” i put a single space

result:
image

2 Likes

Thankyou. this worked :slight_smile: