![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NestedVariant.h>
Public Member Functions | |
| TRecursionScope ()=delete | |
| TRecursionScope (TGuardType< VisitType > &InVisited, const void *InID) | |
| TRecursionScope (TGuardType< VisitType > &InVisited, const void *InLeft, const void *InRight) | |
| ~TRecursionScope () | |
| operator bool () const | |
| FString | GetError () const |
Public Attributes | |
| TGuardType< VisitType > & | Visited |
| VisitType | ID |
| bool | bSuccess = false |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
| bool UE::Online::NestedVariant::TRecursionScope< VisitType, MaxDepth >::bSuccess = false |
| VisitType UE::Online::NestedVariant::TRecursionScope< VisitType, MaxDepth >::ID |
| TGuardType<VisitType>& UE::Online::NestedVariant::TRecursionScope< VisitType, MaxDepth >::Visited |