Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsIgnoringAnyChangeOrigins
(
const TArrayView< const UObject* > InChangeOrigins, |
PCGComponent.h | ||
bool IsIgnoringAnyChangeOrigins
(
const TArrayView< const UObject* > InChangeOrigins, |
PCGComponent.h |
IsIgnoringAnyChangeOrigins(const TArrayView< const UObject >, const UObject &)
| Name | IsIgnoringAnyChangeOrigins |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
bool IsIgnoringAnyChangeOrigins
(
const TArrayView < const UObject * > InChangeOrigins,
const UObject *& OutFirstObjectFound
) const
IsIgnoringAnyChangeOrigins(const TArrayView< const UObject >, const UObject &, EPCGIgnoreChangeOriginReason &)
| Name | IsIgnoringAnyChangeOrigins |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
bool IsIgnoringAnyChangeOrigins
(
const TArrayView < const UObject * > InChangeOrigins,
const UObject *& OutFirstObjectFound,
EPCGIgnoreChangeOriginReason & OutReason
) const