Unfortunately, that's not how you exposed a function. You don't need to inherit from EdGraphNode. if you do that, you have to have to add it to the menuing system.
Static functions are now only permissable on classes where you have scope.
Custom Blueprint nodes no longer appear in the event graph. This was working in 4.5.1, but no longer works in 4.6 and Main.
Previously working:
CL 2336109
No longer working:
CL 2374938
CL 2375748
public: UFUNCTION(BlueprintPure, meta = (FriendlyName = "Get Configuration Path", Keywords = "String Config Path"), Category = Game) static FString GetConfigPath();
FString UMyEdGraphNode::GetConfigPath() { return FPaths::ConvertRelativePathToFull(FPaths::GameDir()) + FString(TEXT("Config/")); }
RESULT:
The new node cannot be found to use in the Blueprint.
EXPECTED:
The new node can be found and used in the Blueprint.
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Installer 4.10 failed with error code R-1603
Hey, why do i get this when i snap two similar meshes together?
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Gameplay - Blueprint |
---|---|
Affects Versions | 4.6, 4.7 |
Created | Dec 9, 2014 |
---|---|
Resolved | Dec 10, 2014 |
Updated | Apr 27, 2018 |