Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FComponentEditorUtils > API/Editor/UnrealEd/Kismet2/FComponentEditorUtils/ApplyDefaultValueChange
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h |
| Include | #include "Kismet2/ComponentEditorUtils.h" |
template<typename T>
static bool ApplyDefaultValueChange
&40;
class USceneComponent &42; InSceneComponent,
T & CurrentValue,
const T & OldDefaultValue,
const T & NewDefaultValue,
bool bReregisterComponent
&41;
Remarks
Given an instance of a template and a current value, propagates a default value change to the instance (only if applicable)