![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreRedirectsContext.h>
Public Member Functions | |
| UE_API | FScopeCoreRedirectsContext () |
| UE_API | FScopeCoreRedirectsContext (FCoreRedirectsContext &ContextToCopyFrom) |
| UE_API | ~FScopeCoreRedirectsContext () |
Public Attributes | |
| FCoreRedirectsContext | ScopeContext |
| FCoreRedirectsContext & | ContextToRestore |
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.
| FScopeCoreRedirectsContext::FScopeCoreRedirectsContext | ( | ) |
| FScopeCoreRedirectsContext::FScopeCoreRedirectsContext | ( | FCoreRedirectsContext & | ContextToCopyFrom | ) |
| FScopeCoreRedirectsContext::~FScopeCoreRedirectsContext | ( | ) |
| FCoreRedirectsContext& FScopeCoreRedirectsContext::ContextToRestore |
| FCoreRedirectsContext FScopeCoreRedirectsContext::ScopeContext |