Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphLightModifierNode
Description
Determines if the given "Custom" light property has been marked as overridden. A custom property MUST be marked as overridden in order to take effect. The override state is visualized as the checkbox in front of the property name the UI.
| Name | IsCustomLightPropertyOverridden |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphLightModifierNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphLightModifierNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphLightModifierNode.cpp |
UFUNCTION (BlueprintCallable, Category="Properties")
bool IsCustomLightPropertyOverridden
(
const UClass * InLightComponentClass,
const FName & InPropertyName
) const