Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FMovieGraphPropertyInfo
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
bool IsSamePropertyAs
&40;
const FMovieGraphPropertyInfo & Other
&41; const
Remarks
Determines if this struct represents the same property as another instance of this struct.
The equality operator ensures equality of all members of the struct. However, there may be cases where, for example, a dynamic property changes its value type, and the ValueType member has not been changed yet. Two structs that have the same Name and bIsDynamicProperty values should still be considered identical for the purposes of determining if they identify the same property.