FBlueprintCompilationManager::GetDefaultValue

Returns the Default Value associated with ForClass::Property, if ForClass is currently being compiled this function can look at the old version of the CDO and read the default value from there

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintCompilationManager.h

Include

#include "BlueprintCompilationManager.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintCompilationManager.cpp

Syntax

static bool GetDefaultValue
(
    const UClass * ForClass,
    const FProperty * Property,
    FString & OutDefaultValueAsString
)

Remarks

Returns the Default Value associated with ForClass::Property, if ForClass is currently being compiled this function can look at the old version of the CDO and read the default value from there

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss