Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/FConstraintChannelInterfaceRegis-
Description
Find the registered interface from the given class. Returns a nullptr if noting registered for that class.
| Name | FindConstraintChannelInterface |
| Type | function |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/Constraints/TransformConstraintChannelInterface.h |
| Include Path | #include "Constraints/TransformConstraintChannelInterface.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Constraints/TransformConstraintChannelInterface.cpp |
ITransformConstraintChannelInterface * FindConstraintChannelInterface
(
const UClass * InClass
) const