Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangePipelineBase
- UInterchangePipelineBase::GetPropertyPossibleValues()
- UInterchangeGenericAssetsPipeline::GetPropertyPossibleValues()
- UInterchangeGenericMeshPipeline::GetPropertyPossibleValues()
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangePipelineBase.h |
| Include | #include "InterchangePipelineBase.h" |
virtual bool GetPropertyPossibleValues
&40;
const FName PropertyPath,
TArray< FString > & PossibleValues
&41;
Remarks
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.