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

#include <LinkerPlaceholderBase.h>

Public Member Functions

 FScopedPlaceholderContainerTracker (UObject *InPlaceholderContainerCandidate)
 
 ~FScopedPlaceholderContainerTracker ()
 

Detailed Description

To track placeholder property values, we need to know the root container instance that is set with the placeholder value (so we can reset it later). This here is designed to track objects that are actively being preloaded (serialized in); so we have the container on hand, when a FObjectProperty value is set with a placeholder.

Constructor & Destructor Documentation

◆ FScopedPlaceholderContainerTracker()

FScopedPlaceholderContainerTracker::FScopedPlaceholderContainerTracker ( UObject InPlaceholderContainerCandidate)
inline

◆ ~FScopedPlaceholderContainerTracker()

FScopedPlaceholderContainerTracker::~FScopedPlaceholderContainerTracker ( )
inline

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