UMatineeTrackVectorPropHelper::ChooseProperty

Pops up a dialog letting user choose between a set of properties, then checks to see if that property has been bound to yet.

Windows
MacOS
Linux

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Classes/MatineeTrackVectorPropHelper.h

Include

#include "MatineeTrackVectorPropHelper.h"

Source

/Engine/Source/Editor/Matinee/Private/MatineeTrackHelpers.cpp

Syntax

virtual bool ChooseProperty
(
    TArray< FName > & PropNames
) const

Remarks

Pops up a dialog letting user choose between a set of properties, then checks to see if that property has been bound to yet.

Returns

true if the property selected was acceptable, false otherwise.

Parameters

Parameter

Description

PropNames

Possible property names to select from.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss