Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FWildcardString
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/WildcardString.h |
Include | #include "Misc/WildcardString.h" |
Syntax
static ExactWildcard = TCHAR('?');
Remarks
Holds the wild card that matches exactly one character (default is '?').