Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Utilities", Meta=(ScriptMethod))
static EEditorPropertyValueState IsEditorPropertyOverridden
(
UObject * Object,
const FName PropertyName
)
Remarks
Attempts to query whether the value of a named property on the given object overrides the value of its archetype (ie, would ResetEditorProperty do anything?). What state the requested property is in.
Parameters
| Name | Description |
|---|---|
| Object | The object you want to query a property value on. |
| PropertyName | The name of the object property to query the value of. |