Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
void FNiagaraEditorUtilities::WriteTextFileToDisk
(
FString SaveDirectory,
FString FileName,
FString TextToSave,
bool bAllowOverwriting
)
}
Remarks
Writes text to a specified location on disk.