FComponentEditorUtils::ApplyDefaultValueChange

Given an instance of a template and a current value, propagates a default value change to the instance (only if applicable)

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h

Include

#include "Kismet2/ComponentEditorUtils.h"

Syntax

template<typename T>
static bool ApplyDefaultValueChange
(
    class USceneComponent * InSceneComponent,
    T & CurrentValue,
    const T & OldDefaultValue,
    const T & NewDefaultValue,
    bool bReregisterComponent
)

Remarks

Given an instance of a template and a current value, propagates a default value change to the instance (only if applicable)

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