Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes > API/Plugins/MovieRenderPipelineCore/Graph/Nodes/UMovieGraphExecuteScriptNode
Syntax
FSoftClassPath Script
Remarks
Which script should this node instantiate? The class will be instantiated when the job starts, and then different functions will be called on that instance throughout the life-time of the movie render. Scripts can be implemented in Python or C++, see MovieGraphExecuteScriptNode.h for more details.