UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FScopeCoreRedirectsContext Struct Reference

#include <CoreRedirectsContext.h>

Public Member Functions

UE_API FScopeCoreRedirectsContext ()
 
UE_API FScopeCoreRedirectsContext (FCoreRedirectsContext &ContextToCopyFrom)
 
UE_API ~FScopeCoreRedirectsContext ()
 

Public Attributes

FCoreRedirectsContext ScopeContext
 
FCoreRedirectsContextContextToRestore
 

Detailed Description

RAII type for swapping the current thread's FCoreRedirects context to a new context. Can optionally copy the existing state from another context when created.

Constructor & Destructor Documentation

◆ FScopeCoreRedirectsContext() [1/2]

FScopeCoreRedirectsContext::FScopeCoreRedirectsContext ( )

◆ FScopeCoreRedirectsContext() [2/2]

FScopeCoreRedirectsContext::FScopeCoreRedirectsContext ( FCoreRedirectsContext ContextToCopyFrom)

◆ ~FScopeCoreRedirectsContext()

FScopeCoreRedirectsContext::~FScopeCoreRedirectsContext ( )

Member Data Documentation

◆ ContextToRestore

FCoreRedirectsContext& FScopeCoreRedirectsContext::ContextToRestore

◆ ScopeContext

FCoreRedirectsContext FScopeCoreRedirectsContext::ScopeContext

The documentation for this struct was generated from the following files: