Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/HPCGComponentVisualizerHitProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
HPCGComponentVisualizerHitProxy
(
const UActorComponent* InComponent, |
Regular point constructor. | PCGComponentVisualizer.h | |
HPCGComponentVisualizerHitProxy
(
const UActorComponent* InComponent, |
Inserted element constructor. | PCGComponentVisualizer.h |
HPCGComponentVisualizerHitProxy(const UActorComponent *, const FPCGStack &, int32, int32)
Description
Regular point constructor.
| Name | HPCGComponentVisualizerHitProxy |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGComponentVisualizer.h |
| Include Path | #include "PCGComponentVisualizer.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGComponentVisualizer.cpp |
HPCGComponentVisualizerHitProxy
(
const UActorComponent * InComponent,
const FPCGStack & InPinStack,
int32 InDataIndex,
int32 InPointIndex
)
HPCGComponentVisualizerHitProxy(const UActorComponent *, const FPCGStack &, const FPCGDeltaKey &, int32)
Description
Inserted element constructor.
| Name | HPCGComponentVisualizerHitProxy |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGComponentVisualizer.h |
| Include Path | #include "PCGComponentVisualizer.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGComponentVisualizer.cpp |
HPCGComponentVisualizerHitProxy
(
const UActorComponent * InComponent,
const FPCGStack & InPinStack,
const FPCGDeltaKey & InInsertedDeltaKey,
int32 InInsertedElementIndex
)