Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IVersePersistence
Event indicating when a persistent var_ is constructed (correlating directly with a call to AddPersistentMap_)
| Name | FOnPersistentMapConstructed |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMPersistence.h |
| Include Path | #include "VerseVM/VVMPersistence.h" |
Syntax
class FOnPersistentMapConstructed : public TBaseMulticastDelegate_OneParam< void, const FString &Path >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const FString &Path > → IVersePersistence::FOnPersistentMapConstructed