Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes
| Name | FNumberedFileCache |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/NumberedFileCache.h |
| Include Path | #include "NumberedFileCache.h" |
Syntax
class FNumberedFileCache
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNumberedFileCache
(
const FString& InRootPath, |
NumberedFileCache.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Separator | const FString | NumberedFileCache.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Cs | FCriticalSection | NumberedFileCache.h | ||
| FileExtention | FString | NumberedFileCache.h | ||
| FileIndexMap | TMap< FString, uint32 > | NumberedFileCache.h | ||
| FileSystem | IFileManager & | NumberedFileCache.h | ||
| RootPath | FString | NumberedFileCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GenerateNextNumberedFilename
(
const FString& InPrefix |
NumberedFileCache.h |