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
(
class USceneComponent * InSceneComponent,
const class FProperty * InProperty,
const T & OldDefaultValue,
const T & NewDefaultValue,
int32 PropertyOffset
)
Remarks
Given an instance of a template and a property, set a default value change to the instance (only if applicable)