Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/FAnalyticsPropertyStore
References
| Module | Analytics |
| Header | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsPropertyStore.h |
| Include | #include "AnalyticsPropertyStore.h" |
| Source | /Engine/Source/Runtime/Analytics/Analytics/Private/AnalyticsPropertyStore.cpp |
bool Create
&40;
const FString & Pathname,
uint32 CapacityHint
&41;
Remarks
Create a new store, creating the file of the specified capacity and resetting the current state.
Parameters
| Name | Description |
|---|---|
| Pathname | The path to the file to create. |
| CapacityHint | The desired file capacity. The implementation has a minimum and maximum capacity to reserve. |
| true | if the file was created and the store created, false otherwise. |