WeakEndpoint

Serialized weak pointer to the function entry ([UK2Node_FunctionEntry](API\Editor\BlueprintGraph\UK2Node_FunctionEntry)) or custom event node ([UK2Node_CustomEvent](API\Editor\BlueprintGraph\UK2Node_CustomEvent)) within the blueprint graph for this event.

Choose your operating system:

Windows

macOS

Linux

Syntax

TWeakObjectPtr< UObject > WeakEndpoint

Remarks

Serialized weak pointer to the function entry (UK2Node_FunctionEntry) or custom event node (UK2Node_CustomEvent) within the blueprint graph for this event. Stored as an editor-only UObject so UHT can parse it when building for non-editor.