|
| void | AtomModDestinationUtils::CustomizeChildren_AddModulatorRow (IDetailChildrenBuilder &ChildBuilder, TSharedRef< IPropertyHandle > StructPropertyHandle, TSharedRef< IPropertyHandle > ModulatorsHandle, TSharedRef< IPropertyHandle > EnablementHandle) |
| void | AtomModDestinationUtils::CustomizeChildren_AddValueNoModRow (IDetailChildrenBuilder &ChildBuilder, TSharedRef< IPropertyHandle > StructPropertyHandle, TSharedRef< IPropertyHandle > ValueHandle) |
| void | AtomModDestinationUtils::CustomizeChildren_AddValueRow (IDetailChildrenBuilder &ChildBuilder, TSharedRef< IPropertyHandle > StructPropertyHandle, TSharedRef< IPropertyHandle > ValueHandle, TSharedRef< IPropertyHandle > ModulatorsHandle, TSharedRef< IPropertyHandle > EnablementHandle) |
| AtomModulation::FAtomModulationSystem * | AtomModDestinationUtils::GetEditorModulationSystem () |
| FName | AtomModDestinationUtils::GetParameterClassFromMetaData (const TSharedRef< IPropertyHandle > &InHandle) |
| FName | AtomModDestinationUtils::GetParameterNameFromMetaData (const TSharedRef< IPropertyHandle > &InHandle) |
| bool | AtomModDestinationUtils::IsModulationEnabled () |
| bool | AtomModDestinationUtils::IsParamMismatched (TSharedRef< IPropertyHandle > ModulatorHandle, TSharedRef< IPropertyHandle > StructPropertyHandle, FName *OutModParamClassName=nullptr, FName *OutDestParamClassName=nullptr, FName *OutModName=nullptr) |
| void | AtomModDestinationUtils::SetBoundsMetaData (FName FieldName, float InDefault, const TSharedRef< IPropertyHandle > &InHandle, TSharedRef< IPropertyHandle > &OutHandle) |
| FText | AtomModDestinationUtils::SetMetaData (TSharedRef< IPropertyHandle > StructPropertyHandle, TSharedRef< IPropertyHandle > ValueHandle, FText &OutUnitDisplayText, FName &OutParamName) |