Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphNode
Description
Unpromotes a given PropertyName from being pinned. Throws a kismet (scripting) exception if it's not already exposed. See GetExposedProperties()
| Name | UnpromotePropertyFromPin |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphNode.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
virtual void UnpromotePropertyFromPin
(
const FName & PropertyName
)