compil bug fix
This commit is contained in:
@@ -37,10 +37,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
UPROPERTY(config, EditAnywhere, Category = "ElevenLabs API",
|
UPROPERTY(config, EditAnywhere, Category = "ElevenLabs API",
|
||||||
meta = (DisplayName = "Editor API Key",
|
meta = (DisplayName = "Editor API Key",
|
||||||
ToolTip = "ElevenLabs API key used ONLY by the editor for authoring/syncing agents.\n"
|
ToolTip = "ElevenLabs API key used ONLY by the editor for authoring/syncing agents.\nStored per-user under Saved/Config - never committed by a build, never packaged.\nThe shipped game uses the client-provided runtime key instead.\nAlternatively, leave empty and set the ELEVENLABS_API_KEY environment variable."))
|
||||||
"Stored per-user under Saved/Config — never committed by a build, never packaged.\n"
|
|
||||||
"The shipped game uses the client-provided runtime key instead.\n"
|
|
||||||
"Alternatively, leave empty and set the ELEVENLABS_API_KEY environment variable."))
|
|
||||||
FString EditorApiKey;
|
FString EditorApiKey;
|
||||||
|
|
||||||
/** Show under the "Editor" section of Project Settings (not "Game"/"Plugins"). */
|
/** Show under the "Editor" section of Project Settings (not "Game"/"Plugins"). */
|
||||||
|
|||||||
Reference in New Issue
Block a user