Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| bool | IsPropertyOverriddenByPin
(
const FProperty* InProperty |
Returns true if the given property is overridden by graph parameters | |
| bool | IsPropertyOverriddenByPin
(
FName PropertyName |
Returns true if the base property, given by name, is overridden by graph parameters | |
| bool | IsPropertyOverriddenByPin
(
const TArrayView< const FName >& PropertyNameChain |
Returns true if the property, given by chain of property names, is overridden by graph parameters |