Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | HPCGComponentVisualizerHitProxy |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGComponentVisualizer.h |
| Include Path | #include "PCGComponentVisualizer.h" |
Syntax
struct HPCGComponentVisualizerHitProxy : public HComponentVisProxy
Inheritance Hierarchy
- TAtomicRefCount → FRefCountedObject → HHitProxy → HComponentVisProxy → HPCGComponentVisualizerHitProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
HPCGComponentVisualizerHitProxy
(
const UActorComponent* InComponent, |
Regular point constructor. | PCGComponentVisualizer.h | |
HPCGComponentVisualizerHitProxy
(
const UActorComponent* InComponent, |
Inserted element constructor. | PCGComponentVisualizer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInsertedElement | bool | Inserted element fields. | PCGComponentVisualizer.h | |
| DataIndex | int32 | PCGComponentVisualizer.h | ||
| InsertedDeltaKey | FPCGDeltaKey | PCGComponentVisualizer.h | ||
| InsertedElementIndex | int32 | PCGComponentVisualizer.h | ||
| PinStack | FPCGStack | PCGComponentVisualizer.h | ||
| PointIndex | int32 | PCGComponentVisualizer.h |
Functions
Public
Public Virtual
Overridden from HComponentVisProxy
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual HHitProxyType * GetType() |
PCGComponentVisualizer.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static HHitProxyType * StaticGetType() |
PCGComponentVisualizer.h |