Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FExtractorParameters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FExtractorParameters () |
Disable deprecation warning on the rule of 5 because of the PropertySelector member. | Helpers/PCGPropertyHelpers.h | |
FExtractorParameters
(
const FExtractorParameters& |
Helpers/PCGPropertyHelpers.h | ||
| Helpers/PCGPropertyHelpers.h | |||
FExtractorParameters
(
const void* InContainer, |
Helpers/PCGPropertyHelpers.h | ||
FExtractorParameters
(
const void* InContainer, |
Helpers/PCGPropertyHelpers.h | ||
FExtractorParameters
(
const void* InContainer, |
Helpers/PCGPropertyHelpers.h |
FExtractorParameters()
Description
Disable deprecation warning on the rule of 5 because of the PropertySelector member.
| Name | FExtractorParameters |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FExtractorParameters()
FExtractorParameters(const FExtractorParameters &)
| Name | FExtractorParameters |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
FExtractorParameters
(
const FExtractorParameters &
)
FExtractorParameters(FExtractorParameters &&)
| Name | FExtractorParameters |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
FExtractorParameters
(
FExtractorParameters &&
)
FExtractorParameters(const void , const UStruct , const FPCGAttributePropertySelector &, FName, bool, bool)
| Name | FExtractorParameters |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGPropertyHelpers.cpp |
FExtractorParameters
(
const void * InContainer,
const UStruct * InClass,
const FPCGAttributePropertySelector & InPropertySelector,
FName InOutputAttributeName,
bool bInShouldExtract,
bool bInPropertyNeedsToBeVisible
)
FExtractorParameters(const void , const UStruct , const TArray< FPCGAttributePropertySelector > &, FName, bool, bool)
| Name | FExtractorParameters |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGPropertyHelpers.cpp |
FExtractorParameters
(
const void * InContainer,
const UStruct * InClass,
const TArray < FPCGAttributePropertySelector > & InPropertySelectors,
FName InOutputAttributeName,
bool bInShouldExtract,
bool bInPropertyNeedsToBeVisible
)
FExtractorParameters(const void , const UStruct , const FString &, FName, bool, bool)
| Name | FExtractorParameters |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGPropertyHelpers.h |
| Include Path | #include "Helpers/PCGPropertyHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGPropertyHelpers.cpp |
FExtractorParameters
(
const void * InContainer,
const UStruct * InClass,
const FString & InPropertySelectorString,
FName InOutputAttributeName,
bool bInShouldExtract,
bool bInPropertyNeedsToBeVisible
)