UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Blueprint::Private Namespace Reference

Functions

void Generic_SetStructurePropertyByName (UObject *OwnerObject, FName StructPropertyName, const FStructProperty *SrcStructProperty, const void *SrcStructAddr)
 
ESceneDepthPriorityGroup ConvertSceneDepthPriorityToEngineType (EDrawDebugSceneDepthPriorityGroup DepthPriority)
 

Variables

const FName PropertyGetFailedWarning = FName("PropertyGetFailedWarning")
 
const FName PropertySetFailedWarning = FName("PropertySetFailedWarning")
 
bool bBlamePrintString = false
 
FAutoConsoleVariableRef CVarBlamePrintString (TEXT("bp.BlamePrintString"), bBlamePrintString, TEXT("When true, prints the Blueprint Asset and Function that generated calls to Print String. Useful for tracking down screen message spam."))
 

Function Documentation

◆ ConvertSceneDepthPriorityToEngineType()

ESceneDepthPriorityGroup UE::Blueprint::Private::ConvertSceneDepthPriorityToEngineType ( EDrawDebugSceneDepthPriorityGroup  DepthPriority)

◆ Generic_SetStructurePropertyByName()

void UE::Blueprint::Private::Generic_SetStructurePropertyByName ( UObject OwnerObject,
FName  StructPropertyName,
const FStructProperty SrcStructProperty,
const void SrcStructAddr 
)

Variable Documentation

◆ bBlamePrintString

bool UE::Blueprint::Private::bBlamePrintString = false

◆ CVarBlamePrintString

FAutoConsoleVariableRef UE::Blueprint::Private::CVarBlamePrintString(TEXT("bp.BlamePrintString"), bBlamePrintString, TEXT("When true, prints the Blueprint Asset and Function that generated calls to Print String. Useful for tracking down screen message spam.")) ( TEXT("bp.BlamePrintString")  ,
bBlamePrintString  ,
TEXT("When true, prints the Blueprint Asset and Function that generated calls to Print String. Useful for tracking down screen message spam.")   
)

◆ PropertyGetFailedWarning

const FName UE::Blueprint::Private::PropertyGetFailedWarning = FName("PropertyGetFailedWarning")

◆ PropertySetFailedWarning

const FName UE::Blueprint::Private::PropertySetFailedWarning = FName("PropertySetFailedWarning")