Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPropertyModifier
Description
Adds the properties which should be modified.
The property reference can: 1) Specify an actor without its component to modify an actor's property. 2) Specify a component with an actor to modify that component's property only on specific actor types. 3) Specify a component without an actor type to modify that component property on all actors it exists on.
| Name | AddProperties |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphClassPropertyModifier.h |
| Include Path | #include "Graph/Nodes/MovieGraphClassPropertyModifier.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphClassPropertyModifier.cpp |
UFUNCTION (BlueprintCallable, Category="Properties")
void AddProperties
(
const TArray < FMovieGraphPropertyReference > & InProperties
)