Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraStackEditorData
Syntax
UPROPERTY&40;&41;
TMap< FString, FText > StackEntryKeyToDisplayName
Remarks
Marking those FTexts explicitly as editoronly_data will make localization not pick these up. This is a workaround. EditorDataBase in system & emitter is already flagged as editor only, but it doesn't propagate properly