Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/UPCGDataFromActorSettings
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category="Data Retrieval Settings",
Meta=(EditCondition="Mode == EPCGGetDataFromActorMode::GetDataFromPCGComponent || Mode == EPCGGetDataFromActorMode::GetDataFromPCGComponentOrParseComponents", EditConditionHides))
TArray < FName > ExpectedPins
Remarks
Provide pin names to match against the found component output pins. Data will automatically be wired to the expected pin if the name comparison succeeds. All unmatched pins will go into the standard out pin.