Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
Syntax
FName NAME_NoAccessExpected
Remarks
A debug-only scope that is used to find global-scope operations. Any accesses made when a NoAccessExpected scope is on top of the context stack will log a warning. To resolve the warning either the NoAccessExpected scope should be narrowed, or another operation should be added (ResetContext or a repeat of the higher level scope).