Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValueOverriden
(
const FName PropertyName |
Returns true if the given property has been overriden. | PCGContext.h | |
bool IsValueOverriden
(
const TArrayView< const FName >& PropertyNameChain |
PCGContext.h |
IsValueOverriden(const FName)
Description
Returns true if the given property has been overriden.
| Name | IsValueOverriden |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGContext.cpp |
bool IsValueOverriden
(
const FName PropertyName
) const
IsValueOverriden(const TArrayView< const FName > &)
| Name | IsValueOverriden |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGContext.h |
| Include Path | #include "PCGContext.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGContext.cpp |
bool IsValueOverriden
(
const TArrayView < const FName > & PropertyNameChain
) const