Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FContentScopeGuard
Description
If there is an active content scope, enqueues Callback to be called when the last active content scope is popped from the stack. IF there is no active content scope, calls Callback immediately.
| Name | OnInactive |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMContentScope.h |
| Include Path | #include "VerseVM/VVMContentScope.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/VerseVM/VVMContentScope.cpp |
static void OnInactive
(
TFunction < void> && Callback
)