Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
int32 FindMatchingClosingParenthesis
(
const UE_STRING_CLASS & TargetString,
const int32 StartSearch
)
Remarks
A helper function to find closing parenthesis that matches the first open parenthesis found. The open parenthesis referred to must be at or further up from the start index. the index in the given string of the closing parenthesis
Parameters
| Name | Description |
|---|---|
| TargetString | The string to search in |
| StartSearch | The index to start searching at |