Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGWorldRayHitSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGWorldQuery.h |
| Include Path | #include "Elements/PCGWorldQuery.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGWorldRayHitSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGWorldRayHitSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollisionShape | FPCGCollisionShape | Parameters for either using a line trace or specifying a collision shape for a sweep. | Elements/PCGWorldQuery.h |
|
| QueryParams | FPCGWorldRayHitQueryParams | Elements/PCGWorldQuery.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGWorldQuery.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGWorldQuery.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGWorldQuery.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGWorldQuery.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGWorldQuery.h | ||
virtual EPCGChangeType GetChangeTypeForProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Gets the change impact for a given property. | Elements/PCGWorldQuery.h | |
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGWorldQuery.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGWorldQuery.h |