Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGApplyHitResultAttributesParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Physics/PCGPhysicsRegistry.h |
| Include Path | #include "Physics/PCGPhysicsRegistry.h" |
Syntax
struct FPCGApplyHitResultAttributesParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGApplyHitResultAttributesParams
(
const FHitResult& InHitResult, |
Physics/PCGPhysicsRegistry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HitResult | const FHitResult & | Physics/PCGPhysicsRegistry.h | ||
| Metadata | UPCGMetadata & | Physics/PCGPhysicsRegistry.h | ||
| MetadataEntry | int64 & | Physics/PCGPhysicsRegistry.h | ||
| QueryParams | const FPCGWorldRaycastQueryParams & | Physics/PCGPhysicsRegistry.h | ||
| RayDirection | const FVector & | Physics/PCGPhysicsRegistry.h | ||
| Transform | const FTransform & | Physics/PCGPhysicsRegistry.h | ||
| World | const UWorld * | Physics/PCGPhysicsRegistry.h |