FFunctionCaller::IsValidFunction

Helper function to determine whether the specified function entry is valid for this event

Windows
MacOS
Linux

References

Module

VariantManagerContent

Header

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Public/FunctionCaller.h

Include

#include "FunctionCaller.h"

Source

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContent/Private/FunctionCaller.cpp

Syntax

static bool IsValidFunction
(
    UK2Node_FunctionEntry * Node
)

Remarks

Helper function to determine whether the specified function entry is valid for this event

Returns

true if the function entry node is compatible with a moviescene event, false otherwise

Parameters

Parameter

Description

Node

The node to test

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss