Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
Description
FName or FString properties can have a dynamic set of possible values. When displaying a pipeline property in the property editor, this function will be call for all FString and FName properties and will generate a combo box with the PossibleValues if the function return true.
| Name | GetPropertyPossibleValues |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include Path | #include "InterchangePipelineBase.h" |
virtual bool GetPropertyPossibleValues
(
const FName PropertyPath,
TArray < FString > & PossibleValues
)