Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintNodeSpawner
- UBlueprintNodeSpawner::Prime()
- URigVMEdGraphInvokeEntryNodeSpawner::Prime()
- URigVMEdGraphTemplateNodeSpawner::Prime()
- URigVMEdGraphUnitNodeSpawner::Prime()
- URigVMEdGraphVariableNodeSpawner::Prime()
- URigVMEdGraphFunctionRefNodeSpawner::Prime()
- UBlueprintFunctionNodeSpawner::Prime()
- UBlueprintVariableNodeSpawner::Prime()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h |
Include | #include "BlueprintNodeSpawner.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintNodeSpawner.cpp |
virtual void Prime&40;&41;
Remarks
Not required, but intended to passively help speed up menu building operations. Will cache a node-template (via GetTemplateNode), along with any expensive text strings, to avoid constructing them all on demand.