Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGSelectionKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Elements/PCGActorSelector.h | |||
FPCGSelectionKey
(
const FPCGActorSelectorSettings& InActorSelector |
For all filters except FromInput. | Elements/PCGActorSelector.h | |
FPCGSelectionKey
(
EPCGActorFilter InFilter |
For all filters others than AllWorldActor. For AllWorldActors Filter, use the other constructors. | Elements/PCGActorSelector.h | |
FPCGSelectionKey
(
FName InTag |
Elements/PCGActorSelector.h | ||
FPCGSelectionKey
(
TSubclassOf< UObject > InSelectionClass |
Elements/PCGActorSelector.h |
FPCGSelectionKey()
| Name | FPCGSelectionKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path | #include "Elements/PCGActorSelector.h" |
FPCGSelectionKey()
FPCGSelectionKey(const FPCGActorSelectorSettings &)
Description
For all filters except FromInput.
| Name | FPCGSelectionKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path | #include "Elements/PCGActorSelector.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGActorSelector.cpp |
FPCGSelectionKey
(
const FPCGActorSelectorSettings & InActorSelector
)
FPCGSelectionKey(EPCGActorFilter)
Description
For all filters others than AllWorldActor. For AllWorldActors Filter, use the other constructors.
| Name | FPCGSelectionKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path | #include "Elements/PCGActorSelector.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGActorSelector.cpp |
FPCGSelectionKey
(
EPCGActorFilter InFilter
)
FPCGSelectionKey(FName)
| Name | FPCGSelectionKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path | #include "Elements/PCGActorSelector.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGActorSelector.cpp |
FPCGSelectionKey
(
FName InTag
)
FPCGSelectionKey(TSubclassOf< UObject >)
| Name | FPCGSelectionKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path | #include "Elements/PCGActorSelector.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGActorSelector.cpp |
FPCGSelectionKey
(
TSubclassOf < UObject > InSelectionClass
)