Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGSourceDataContainer
Description
Get a mutable shared reference to stored data by type. Returns an empty FSharedStruct if key or type doesn't exist.
| Name | GetMutable |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/PCGSourceDataContainer.h |
| Include Path | #include "Graph/PCGSourceDataContainer.h" |
template<CPCGSourceDataCompatibleType T>
FSharedStruct GetMutable
(
const FPCGSourceDataStorageKey & DataKey
)