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 |
static bool SetEditorProperty
&40;
UObject &42; Object,
const FName PropertyName,
const int32 & PropertyValue,
const EPropertyAccessChangeNotifyMode ChangeNotifyMode
&41;
Remarks
Attempts to set the value of a named property on the given object. Whether the property value was found and correctly set.
Parameters
| Name | Description |
|---|---|
| Object | The object you want to set a property value on. |
| PropertyName | The name of the object property to set the value of. |
| PropertyValue | The property value to set. |
| ChangeNotifyMode | When to emit property change notifications. |