Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/TAnalyticsProperty_FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h | ||
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore* Store, |
Interfaces/IAnalyticsPropertyStore.h |
Set(IAnalyticsPropertyStore *, const FString &, uint32)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore * Store,
const FString & Value,
uint32 CharCountCapacityHint
) const
Set(IAnalyticsPropertyStore , const FString &, const TFunction< bool(const FString , const FString &)> &)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsPropertyStore.h |
| Include Path | #include "Interfaces/IAnalyticsPropertyStore.h" |
IAnalyticsPropertyStore::EStatusCode Set
(
IAnalyticsPropertyStore * Store,
const FString & Value,
const TFunction < bool *, const FString &)> & ConditionFn
) const