Navigation
API > API/Plugins > API/Plugins/InterchangePipelines > API/Plugins/InterchangePipelines/UInterchangeGenericMeshPipeline
- UInterchangePipelineBase::GetPropertyPossibleValues()
- UInterchangeGenericMeshPipeline::GetPropertyPossibleValues()
References
| Module | InterchangePipelines |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangeGenericMeshPipeline.h |
| Include | #include "InterchangeGenericMeshPipeline.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Private/InterchangeGenericMeshPipeline.cpp |
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.