Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCoreDelegates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
Include | #include "Misc/CoreDelegates.h" |
Syntax
static ApplicationLicenseChange;
Remarks
Called when an application is notified that the application license info has been updated. The new license data should be polled and steps taken based on the results (i.e. halt application if license is no longer valid).