Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsPropertyOverriddenByPin
(
const FProperty* InProperty |
Returns true if the given property is overridden by graph parameters | PCGSettings.h | |
virtual bool IsPropertyOverriddenByPin
(
FName PropertyName |
Returns true if the base property, given by name, is overridden by graph parameters | PCGSettings.h | |
virtual bool IsPropertyOverriddenByPin
(
const TArrayView< const FName >& PropertyNameChain |
Returns true if the property, given by chain of property names, is overridden by graph parameters | PCGSettings.h |
IsPropertyOverriddenByPin(const FProperty *)
Description
Returns true if the given property is overridden by graph parameters
| Name | IsPropertyOverriddenByPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSettings.cpp |
virtual bool IsPropertyOverriddenByPin
(
const FProperty * InProperty
) const
IsPropertyOverriddenByPin(FName)
Description
Returns true if the base property, given by name, is overridden by graph parameters
| Name | IsPropertyOverriddenByPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSettings.cpp |
virtual bool IsPropertyOverriddenByPin
(
FName PropertyName
) const
IsPropertyOverriddenByPin(const TArrayView< const FName > &)
Description
Returns true if the property, given by chain of property names, is overridden by graph parameters
| Name | IsPropertyOverriddenByPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSettings.cpp |
virtual bool IsPropertyOverriddenByPin
(
const TArrayView < const FName > & PropertyNameChain
) const