Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGComponentVisualizer
Description
Returns a pointer to the cache entry for InComponent, creating one if it does not exist. NOTE: Pointer may become stale and should be used in scope only.
| Name | FindOrCreateManualEditComponentCache |
| 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 |
FManualEditComponentCache * FindOrCreateManualEditComponentCache
(
const UPCGComponent * InComponent
)