Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FContentScope |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMContentScope.h |
| Include Path | #include "VerseVM/VVMContentScope.h" |
Syntax
class FContentScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentScope
(
const UObject* InInstantiationOuter |
VerseVM/VVMContentScope.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FContentScope() |
VerseVM/VVMContentScope.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnContentScopeCleanup | FContentScopeCleanupSignature | Called whenever the content scope is cleaned up/terminated (either normally or abnormally) If it was terminated abnormally, 'true' is passed to the callback All registered callbacks are removed after the event is broadcast | VerseVM/VVMContentScope.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanReserveActorFromQuota() |
VerseVM/VVMContentScope.h | ||
FString GetCreatorDebugName() |
VerseVM/VVMContentScope.h | ||
const UObject * GetInstantiationOuter() |
VerseVM/VVMContentScope.h | ||
const UObject * GetOwner() |
VerseVM/VVMContentScope.h | ||
Verse::VTaskGroup * GetTaskGroup() |
VerseVM/VVMContentScope.h | ||
const UObject * GetWorldContext() |
VerseVM/VVMContentScope.h | ||
bool HasActiveTasks() |
VerseVM/VVMContentScope.h | ||
bool HasContent() |
VerseVM/VVMContentScope.h | ||
void ReleaseActorToQuota() |
VerseVM/VVMContentScope.h | ||
bool ReserveActorFromQuota() |
VerseVM/VVMContentScope.h | ||
void ResetTerminationState() |
VerseVM/VVMContentScope.h | ||
void SetCreatorDebugName
(
const FStringView& InCreatorDebugName |
VerseVM/VVMContentScope.h | ||
void SetCreatorDebugNameFromObject
(
const UObject* Object |
VerseVM/VVMContentScope.h | ||
| FORT-687867: Delete this when tag query code is fixed. | VerseVM/VVMContentScope.h | ||
bool ShouldExecuteCodeWithThisScope() |
VerseVM/VVMContentScope.h | ||
void Terminate() |
VerseVM/VVMContentScope.h | ||
bool WasTerminated() |
VerseVM/VVMContentScope.h |