Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/ConvertTabsToSpaces
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
FString ConvertTabsToSpaces
&40;
const int32 InSpacesPerTab
&41;
Remarks
Replaces all instances of '' with TabWidth number of spaces copy of this string with replacement made
Parameters
| Name | Description |
|---|---|
| InSpacesPerTab | Number of spaces that a tab represents |