What would I enter for "TCHAR * EnumPath"

TCHAR * is the Inner Type of FString

Hi there!

You can just make an FString and use the FString::Operator* to access the FString’s inner data type which is TCHAR*!

FString YourPath = "Your Happy Path Now That You Read This";

GetValueAsString<EnumType>(*YourPath,EnumValue);

:slight_smile:

Rama